Remove unused import

This commit is contained in:
Björn Fromme
2018-09-29 17:46:16 +02:00
parent 8b5de39cd7
commit e32f59bc72
@@ -45,12 +45,8 @@
import { German } from 'flatpickr/dist/l10n/de'
import dayjs from 'dayjs'
import 'dayjs/locale/de'
import DatesTable from './DatesTable.vue'
export default {
components: {
DatesTable
},
data () {
return {
loading: false,