fix(editor): Remove unused import

This commit is contained in:
Csaba Tuncsik 2024-11-08 09:36:01 +01:00
parent 2701a6ed80
commit c4b365db52
No known key found for this signature in database

View file

@ -7,7 +7,6 @@ import { useUsersStore } from '@/stores/users.store';
import type { IUser } from '@/Interface';
import { useI18n } from '@/composables/useI18n';
import { useProjectsStore } from '@/stores/projects.store';
import ProjectTabs from '@/components/Projects/ProjectTabs.vue';
import { type Project, type ProjectRelation } from '@/types/projects.types';
import { useToast } from '@/composables/useToast';
import { VIEWS } from '@/constants';