Add example

This commit is contained in:
Shu Uesugi
2020-04-02 22:59:13 -07:00
parent 2a4e1b13e6
commit b20c3b504f
19 changed files with 417 additions and 8 deletions

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

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