[showcase][s]-add-showcase-page

This commit is contained in:
Gift Egwuenu
2020-05-27 10:37:58 +01:00
parent 24dd199b7a
commit a1d78a077e
7 changed files with 954 additions and 50 deletions

5
pages/_app.js Normal file
View File

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