Merge pull request #27 from davidmonterocrespo24/copilot/fix-docker-install-issue
[WIP] Fix Docker install error during buildpull/35/head^2
commit
6213bf28f2
|
|
@ -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