more hacking

This commit is contained in:
Thomas Ruoff
2020-07-26 00:12:51 +02:00
parent 90a9288e84
commit 518b437d14
13 changed files with 166 additions and 54 deletions

View File

@@ -1,8 +1,8 @@
import 'bootstrap/dist/css/bootstrap.min.css'
import 'react-dates/lib/css/_datepicker.css'
import moment from 'moment'
import deLocale from 'moment/locale/de'
import 'moment'
import 'moment/locale/de'
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />