diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index c41f36dd6d4..cd2eb2c3234 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -246,6 +246,7 @@ import NcActionSeparator from '@nextcloud/vue/components/NcActionSeparator' import NcActions from '@nextcloud/vue/components/NcActions' import NcAvatar from '@nextcloud/vue/components/NcAvatar' import NcDialog from '@nextcloud/vue/components/NcDialog' +import NcIconSvgWrapper from '@nextcloud/vue/components/NcIconSvgWrapper' import Tune from 'vue-material-design-icons/Tune.vue' import IconCalendarBlank from 'vue-material-design-icons/CalendarBlank.vue' @@ -279,6 +280,7 @@ export default { NcActionSeparator, NcAvatar, NcDialog, + NcIconSvgWrapper, VueQrcode, Tune, IconCalendarBlank,