import React from 'react'; import { AdvancedGuide } from './sections/AdvancedGuide'; import { ApiDocs } from './sections/ApiDocs'; import { Buttons } from './sections/Buttons'; import { Console } from './sections/Console'; import { Gallery } from './sections/Gallery'; import { GettingStarted } from './sections/GettingStarted'; import { Hero } from './sections/Hero'; import { Playground } from './sections/Playground'; import { Synth } from './sections/Synth'; const Logo: React.FC = () => ( ); export const App: React.FC = () => ( <> );