chore: removed unused import

This commit is contained in:
NoriDev 2023-08-04 17:18:06 +09:00
parent 66e76bff67
commit d72934f27d

View file

@ -68,7 +68,6 @@ import { unisonReload } from '@/scripts/unison-reload';
import { i18n } from '@/i18n';
import { definePageMetadata } from '@/scripts/page-metadata';
import { eventBus } from '@/scripts/cherrypick/eventBus';
import { deepClone } from '@/scripts/clone';
const Sortable = defineAsyncComponent(() => import('vuedraggable').then(x => x.default));