mirror of
https://github.com/benphelps/homepage.git
synced 2026-05-05 15:36:38 +02:00
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
import '../styles/globals.css'
|
|
|
|
function MyApp({ Component, pageProps }) {
|
|
return <Component {...pageProps} />
|
|
}
|
|
|
|
export default MyApp
|