mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
7 lines
154 B
TypeScript
7 lines
154 B
TypeScript
import React from 'react'
|
|
import '../styles/index.css'
|
|
|
|
export default function MyApp({ Component, pageProps }) {
|
|
return <Component {...pageProps} />
|
|
}
|