more funky commits

This commit is contained in:
Thomas Ruoff
2020-06-30 00:44:35 +02:00
parent 788ae303e7
commit 96c62e3e9f
8 changed files with 208 additions and 119 deletions

View File

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