fix: add missing const SECTION_MAP declaration in DocsPage.tsx

Co-authored-by: davidmonterocrespo24 <47928504+davidmonterocrespo24@users.noreply.github.com>
pull/27/head
copilot-swe-agent[bot] 2026-03-11 19:15:05 +00:00
parent cfe2810599
commit 2a92888a0c
1 changed files with 2 additions and 0 deletions

View File

@ -1018,6 +1018,8 @@ const SetupSection: React.FC = () => (
</div> </div>
</div> </div>
); );
const SECTION_MAP: Record<SectionId, React.FC> = {
intro: IntroSection, intro: IntroSection,
'getting-started': GettingStartedSection, 'getting-started': GettingStartedSection,
emulator: EmulatorSection, emulator: EmulatorSection,