diff --git a/ui/tests/unit/views/ProjectExplorer.spec.ts b/ui/tests/unit/views/ProjectExplorer.spec.ts index 62dde1e93..26c011fbd 100644 --- a/ui/tests/unit/views/ProjectExplorer.spec.ts +++ b/ui/tests/unit/views/ProjectExplorer.spec.ts @@ -2,7 +2,6 @@ import { shallowMount, VueWrapper } from "@vue/test-utils"; import ProjectsExplorer from "@/views/ProjectsExplorer.vue"; import { createRouter, createWebHistory } from "vue-router"; import * as _api from "@/api/api"; -import { ProjectsExplorerData, StringArray } from "@/types/types"; const api = _api as any;