aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2024-12-03 15:56:24 -0800
committerChristopher Ng <chrng8@gmail.com>2024-12-03 16:25:34 -0800
commitf149bd0657a39e0ae15865bcae0c239f09e698cc (patch)
tree0dbae9f9adce5a77483f55510dac4dad7ffde4e2 /apps
parent5f3bd3e30d3af226121d1583352335e34a00ac16 (diff)
downloadnextcloud-server-f149bd0657a39e0ae15865bcae0c239f09e698cc.tar.gz
nextcloud-server-f149bd0657a39e0ae15865bcae0c239f09e698cc.zip
chore: Remove unused icon
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/src/views/FilesList.vue2
1 files changed, 0 insertions, 2 deletions
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,