diff options
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryInternal.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryInternal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryInternal.vue b/apps/files_sharing/src/components/SharingEntryInternal.vue index d727e6b9e54..af677eca843 100644 --- a/apps/files_sharing/src/components/SharingEntryInternal.vue +++ b/apps/files_sharing/src/components/SharingEntryInternal.vue @@ -20,7 +20,7 @@ <script> import { generateUrl } from '@nextcloud/router' -import ActionLink from 'nextcloud-vue/dist/Components/ActionLink' +import ActionLink from '@nextcloud/vue/dist/Components/ActionLink' import SharingEntrySimple from './SharingEntrySimple' export default { |