Skip to content

Commit 52c95d3

Browse files
committed
remove unused imports
1 parent 7aee5fa commit 52c95d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/core/foundation-core-components/components/lists/folders/FSBaseFoldersList.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ import { defineComponent, type PropType, watch } from "vue";
5858
5959
import { useFolders } from "@dative-gpi/foundation-core-services/composables";
6060
61-
import { DashboardType } from "@dative-gpi/foundation-shared-domain/enums";
62-
import { FoldersListType } from "@dative-gpi/foundation-core-components/utils";
6361
import type { FolderFilters, DashboardInfos } from "@dative-gpi/foundation-core-domain/models";
6462
6563
import FSIcon from "@dative-gpi/foundation-shared-components/components/FSIcon.vue";
@@ -119,9 +117,7 @@ export default defineComponent({
119117
fetchingFolders,
120118
folders,
121119
onSelect,
122-
isSelected,
123-
FoldersListType,
124-
DashboardType
120+
isSelected
125121
};
126122
}
127123
});

0 commit comments

Comments
 (0)