mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 22:47:15 +01:00
10 lines
196 B
JavaScript
10 lines
196 B
JavaScript
import React from 'react'
|
|
|
|
import '../styles/index.css'
|
|
|
|
import 'react-day-picker/lib/style.css'
|
|
|
|
export default function MyApp({ Component, pageProps }) {
|
|
return <Component {...pageProps} />
|
|
}
|