fix: fix vue-agile integration

This commit is contained in:
Alex Grozav 2023-06-27 11:56:44 +03:00
parent db81880f02
commit 4e3125775b

View file

@ -31,7 +31,7 @@ import type { PropType } from 'vue';
import type { ITemplatesCollection } from '@/Interface';
import Card from '@/components/CollectionWorkflowCard.vue';
import CollectionCard from '@/components/CollectionCard.vue';
import VueAgile from 'vue-agile';
import { VueAgile } from 'vue-agile';
import { genericHelpers } from '@/mixins/genericHelpers';