function App()

in src/App.js [5:14]


function App() {
    return (
        <ThemeProvider colorMode="auto">
            <BaseStyles>
                <Playground />
                <ColorModeSwitcher />
            </BaseStyles>
        </ThemeProvider>
    )
}