Skip to content

Instantly share code, notes, and snippets.

@nolimits4web
Created March 5, 2021 14:46
Show Gist options
  • Save nolimits4web/a828ce1c27c195ef024509dd191e4358 to your computer and use it in GitHub Desktop.
Save nolimits4web/a828ce1c27c195ef024509dd191e4358 to your computer and use it in GitHub Desktop.
f7-next-app-1
import '../styles/globals.css'
function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}
export default MyApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment