date format

This commit is contained in:
Thomas Ruoff
2020-08-18 00:21:39 +02:00
parent eada05f2fc
commit 70d78427b1
4 changed files with 82 additions and 28 deletions

View File

@@ -4,9 +4,6 @@ import '../styles/index.css'
import 'react-day-picker/lib/style.css'
import 'moment'
import 'moment/locale/de'
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}