blob: 1e1cec92425c8b3b8d5829ebd27f216915d5dc36 [file] [log] [blame]
Samuel Shuert016ea022021-09-01 16:17:24 -05001import '../styles/globals.css'
2
3function MyApp({ Component, pageProps }) {
4 return <Component {...pageProps} />
5}
6
7export default MyApp