diff options
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryInherited.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryInherited.vue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryInherited.vue b/apps/files_sharing/src/components/SharingEntryInherited.vue index 2c08b43d0cd..259599359d4 100644 --- a/apps/files_sharing/src/components/SharingEntryInherited.vue +++ b/apps/files_sharing/src/components/SharingEntryInherited.vue @@ -50,10 +50,10 @@ <script> import { generateUrl } from '@nextcloud/router' -import Avatar from 'nextcloud-vue/dist/Components/Avatar' -import ActionButton from 'nextcloud-vue/dist/Components/ActionButton' -import ActionLink from 'nextcloud-vue/dist/Components/ActionLink' -import ActionText from 'nextcloud-vue/dist/Components/ActionText' +import Avatar from '@nextcloud/vue/dist/Components/Avatar' +import ActionButton from '@nextcloud/vue/dist/Components/ActionButton' +import ActionLink from '@nextcloud/vue/dist/Components/ActionLink' +import ActionText from '@nextcloud/vue/dist/Components/ActionText' // eslint-disable-next-line no-unused-vars import Share from '../models/Share' |