This commit is contained in:
Shu Uesugi
2020-04-19 14:12:41 -07:00
parent 7357e384a6
commit 306679ed0c
21 changed files with 8 additions and 8 deletions

5
example/pages/_app.js Normal file
View File

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