Fix _app.js

This commit is contained in:
Shu Uesugi
2020-04-16 16:19:35 -07:00
parent c11bc1c5db
commit acbadb203f
2 changed files with 0 additions and 4 deletions

View File

@@ -3,5 +3,3 @@ import '../styles/global.css'
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}
export default App

View File

@@ -3,5 +3,3 @@ import '../styles/global.css'
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}
export default App