mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-02 08:58:39 +00:00
Add example
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'
|
||||
|
||||
const App = ({ Component, pageProps }) => <Component {...pageProps} />
|
||||
|
||||
export default App
|
||||
Reference in New Issue
Block a user