Created
June 21, 2020 11:17
-
-
Save markodayan/03790447e9318839b727e0d59f76d14e to your computer and use it in GitHub Desktop.
Next gloal styles
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/global.css'; | |
export default function App({ Component, pageProps }) { | |
return <Component {...pageProps} />; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment