From 76b08f054b2a3e0c05e85ff8a200f55bd7b68ad5 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Tue, 1 Sep 2020 15:21:33 -0400 Subject: [PATCH] Remove wrong imports --- app/src/components/v-field-template/v-field-template.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/components/v-field-template/v-field-template.vue b/app/src/components/v-field-template/v-field-template.vue index 51c007b552..81a5371216 100644 --- a/app/src/components/v-field-template/v-field-template.vue +++ b/app/src/components/v-field-template/v-field-template.vue @@ -33,8 +33,6 @@ import FieldListItem from './field-list-item.vue'; import { useFieldsStore } from '@/stores'; import { Field } from '@/types/'; import useFieldTree from '@/composables/use-field-tree'; -import { start } from '@popperjs/core'; -import { af } from 'date-fns/locale'; export default defineComponent({ components: { FieldListItem },