Skip to content

Instantly share code, notes, and snippets.

@markodayan
Created June 21, 2020 11:17
Show Gist options
  • Save markodayan/03790447e9318839b727e0d59f76d14e to your computer and use it in GitHub Desktop.
Save markodayan/03790447e9318839b727e0d59f76d14e to your computer and use it in GitHub Desktop.
Next gloal styles
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