mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
go with react-bootstrap for now
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import 'bootstrap/dist/css/bootstrap.min.css'
|
||||
import 'react-dates/lib/css/_datepicker.css'
|
||||
|
||||
import moment from 'moment'
|
||||
import deLocale from 'moment/locale/de'
|
||||
|
||||
export default function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user