aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/Encryption/EncryptionWarningDialog.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/src/components/Encryption/EncryptionWarningDialog.vue')
-rw-r--r--apps/settings/src/components/Encryption/EncryptionWarningDialog.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/src/components/Encryption/EncryptionWarningDialog.vue b/apps/settings/src/components/Encryption/EncryptionWarningDialog.vue
index c45268e81ee..4d6b6274ff5 100644
--- a/apps/settings/src/components/Encryption/EncryptionWarningDialog.vue
+++ b/apps/settings/src/components/Encryption/EncryptionWarningDialog.vue
@@ -8,8 +8,8 @@ import type { IDialogButton } from '@nextcloud/dialogs'
import { t } from '@nextcloud/l10n'
import { textExistingFilesNotEncrypted } from './sharedTexts.ts'
-import NcDialog from '@nextcloud/vue/dist/Components/NcDialog.js'
-import NcNoteCard from '@nextcloud/vue/dist/Components/NcNoteCard.js'
+import NcDialog from '@nextcloud/vue/components/NcDialog'
+import NcNoteCard from '@nextcloud/vue/components/NcNoteCard'
const emit = defineEmits<{
(e: 'close', encrypt: boolean): void