Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/MessageAttachment.vue')
-rw-r--r--src/components/MessageAttachment.vue5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/MessageAttachment.vue b/src/components/MessageAttachment.vue
index b02db939e..c627329d1 100644
--- a/src/components/MessageAttachment.vue
+++ b/src/components/MessageAttachment.vue
@@ -84,11 +84,8 @@ import { translate as t } from '@nextcloud/l10n'
import { getFilePickerBuilder } from '@nextcloud/dialogs'
import { mixin as onClickOutside } from 'vue-on-click-outside'
-import PopoverMenu from '@nextcloud/vue/dist/Components/NcPopoverMenu'
-import Actions from '@nextcloud/vue/dist/Components/NcActions'
-import ActionButton from '@nextcloud/vue/dist/Components/NcActionButton'
+import { NcPopoverMenu as PopoverMenu, NcActions as Actions, NcActionButton as ActionButton, NcLoadingIcon as IconLoading } from '@nextcloud/vue'
-import IconLoading from '@nextcloud/vue/dist/Components/NcLoadingIcon'
import IconAdd from 'vue-material-design-icons/Plus'
import IconSave from 'vue-material-design-icons/Folder'
import IconDownload from 'vue-material-design-icons/Download'