first hacky approach

This commit is contained in:
Thomas Ruoff
2020-06-28 23:10:08 +02:00
parent 2abaefa25d
commit 788ae303e7
3 changed files with 68 additions and 29 deletions

View File

@@ -1,5 +1,9 @@
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} />
}