mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-02 17:08:42 +00:00
Rename
This commit is contained in:
5
example/pages/_app.js
Normal file
5
example/pages/_app.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import '../styles/global.css'
|
||||
|
||||
export default function App({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
Reference in New Issue
Block a user