From f149bd0657a39e0ae15865bcae0c239f09e698cc Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Tue, 3 Dec 2024 15:56:24 -0800 Subject: chore: Remove unused icon Signed-off-by: Christopher Ng --- apps/files/src/views/FilesList.vue | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/files/src') diff --git a/apps/files/src/views/FilesList.vue b/apps/files/src/views/FilesList.vue index ccf21a54f06..7e8bd9f1795 100644 --- a/apps/files/src/views/FilesList.vue +++ b/apps/files/src/views/FilesList.vue @@ -157,7 +157,6 @@ import NcButton from '@nextcloud/vue/dist/Components/NcButton.js' import NcEmptyContent from '@nextcloud/vue/dist/Components/NcEmptyContent.js' import NcIconSvgWrapper from '@nextcloud/vue/dist/Components/NcIconSvgWrapper.js' import NcLoadingIcon from '@nextcloud/vue/dist/Components/NcLoadingIcon.js' -import PlusIcon from 'vue-material-design-icons/Plus.vue' import AccountPlusIcon from 'vue-material-design-icons/AccountPlus.vue' import ViewGridIcon from 'vue-material-design-icons/ViewGrid.vue' @@ -197,7 +196,6 @@ export default defineComponent({ NcEmptyContent, NcIconSvgWrapper, NcLoadingIcon, - PlusIcon, AccountPlusIcon, UploadPicker, ViewGridIcon, -- cgit v1.2.3