aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components/LegacyDialogPrompt.vue
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/components/LegacyDialogPrompt.vue')
-rw-r--r--core/src/components/LegacyDialogPrompt.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/components/LegacyDialogPrompt.vue b/core/src/components/LegacyDialogPrompt.vue
index 5fb21926e4d..f2ee4be9151 100644
--- a/core/src/components/LegacyDialogPrompt.vue
+++ b/core/src/components/LegacyDialogPrompt.vue
@@ -28,9 +28,9 @@
import { translate as t } from '@nextcloud/l10n'
import { defineComponent } from 'vue'
-import NcDialog from '@nextcloud/vue/dist/Components/NcDialog.js'
-import NcTextField from '@nextcloud/vue/dist/Components/NcTextField.js'
-import NcPasswordField from '@nextcloud/vue/dist/Components/NcPasswordField.js'
+import NcDialog from '@nextcloud/vue/components/NcDialog'
+import NcTextField from '@nextcloud/vue/components/NcTextField'
+import NcPasswordField from '@nextcloud/vue/components/NcPasswordField'
export default defineComponent({
name: 'LegacyDialogPrompt',