Update core.js

fix dateFns locale for Czech language
pull/109/head
Michal VOLF 5 years ago committed by GitHub
parent 65aba551c3
commit 6ffe4b7ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
import dateFns from 'date-fns/locale/de';
import dateFns from 'date-fns/locale/cs';
export default {
dateFns,

Loading…
Cancel
Save