mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 21:11:01 +00: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
|