Created
March 5, 2021 14:46
-
-
Save nolimits4web/a828ce1c27c195ef024509dd191e4358 to your computer and use it in GitHub Desktop.
f7-next-app-1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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