Merge pull request #27 from davidmonterocrespo24/copilot/fix-docker-install-issue

[WIP] Fix Docker install error during build
pull/35/head^2
David Montero Crespo 2026-03-11 16:15:55 -03:00 committed by GitHub
commit 6213bf28f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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