[showcase][s]-add-showcase-page
This commit is contained in:
5
pages/_app.js
Normal file
5
pages/_app.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import '../styles/index.css'
|
||||
|
||||
export default function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
Reference in New Issue
Block a user