source: pages/_app.js@ 6568bde

main
Last change on this file since 6568bde was 6568bde, checked in by SimonAnastasov <simonanastasov2001@…>, 2 years ago

Initial commit from Create Next App

  • Property mode set to 100644
File size: 137 bytes
Line 
1import '../styles/globals.css'
2
3function MyApp({ Component, pageProps }) {
4 return <Component {...pageProps} />
5}
6
7export default MyApp
Note: See TracBrowser for help on using the repository browser.