1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-06 23:33:41 +01:00

8 lines
137 B
JavaScript
Raw Normal View History

2022-08-14 12:02:58 +03:00
import '../styles/globals.css'
function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}
export default MyApp