mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-15 20:01:38 +00:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
import '../styles/global.css'
|
|
|
|
const App = ({ Component, pageProps }) => <Component {...pageProps} />
|
|
|
|
export default App
|