fix: add missing const SECTION_MAP declaration in DocsPage.tsx
Co-authored-by: davidmonterocrespo24 <47928504+davidmonterocrespo24@users.noreply.github.com>pull/27/head
parent
cfe2810599
commit
2a92888a0c
|
|
@ -1018,6 +1018,8 @@ const SetupSection: React.FC = () => (
|
|||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
const SECTION_MAP: Record<SectionId, React.FC> = {
|
||||
intro: IntroSection,
|
||||
'getting-started': GettingStartedSection,
|
||||
emulator: EmulatorSection,
|
||||
|
|
|
|||
Loading…
Reference in New Issue