mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
chore: Remove unused icon
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
5f3bd3e30d
commit
f149bd0657
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue