diff --git a/src/Forms.vue b/src/Forms.vue index ec98b713d..f2da75d48 100644 --- a/src/Forms.vue +++ b/src/Forms.vue @@ -146,14 +146,14 @@ import axios from '@nextcloud/axios' import moment from '@nextcloud/moment' import { useIsMobile } from '@nextcloud/vue' -import NcAppContent from '@nextcloud/vue/dist/Components/NcAppContent.js' -import NcAppNavigation from '@nextcloud/vue/dist/Components/NcAppNavigation.js' -import NcAppNavigationCaption from '@nextcloud/vue/dist/Components/NcAppNavigationCaption.js' -import NcAppNavigationNew from '@nextcloud/vue/dist/Components/NcAppNavigationNew.js' -import NcButton from '@nextcloud/vue/dist/Components/NcButton.js' -import NcContent from '@nextcloud/vue/dist/Components/NcContent.js' -import NcEmptyContent from '@nextcloud/vue/dist/Components/NcEmptyContent.js' -import NcLoadingIcon from '@nextcloud/vue/dist/Components/NcLoadingIcon.js' +import NcAppContent from '@nextcloud/vue/components/NcAppContent' +import NcAppNavigation from '@nextcloud/vue/components/NcAppNavigation' +import NcAppNavigationCaption from '@nextcloud/vue/components/NcAppNavigationCaption' +import NcAppNavigationNew from '@nextcloud/vue/components/NcAppNavigationNew' +import NcButton from '@nextcloud/vue/components/NcButton' +import NcContent from '@nextcloud/vue/components/NcContent' +import NcEmptyContent from '@nextcloud/vue/components/NcEmptyContent' +import NcLoadingIcon from '@nextcloud/vue/components/NcLoadingIcon' import IconArchive from 'vue-material-design-icons/Archive.vue' import IconPlus from 'vue-material-design-icons/Plus.vue' diff --git a/src/FormsEmptyContent.vue b/src/FormsEmptyContent.vue index 8bf6e7649..e9d771613 100644 --- a/src/FormsEmptyContent.vue +++ b/src/FormsEmptyContent.vue @@ -19,9 +19,9 @@