mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 23:17:12 +01:00
introduce jsx files
This commit is contained in:
committed by
Thomas Ruoff
parent
2921cee220
commit
7ca2322717
9
pages/_app.jsx
Normal file
9
pages/_app.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
import '../styles/index.css'
|
||||
|
||||
import 'react-day-picker/lib/style.css'
|
||||
|
||||
export default function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
Reference in New Issue
Block a user