diff options
Diffstat (limited to 'apps/updatenotification/src/views/App.vue')
-rw-r--r-- | apps/updatenotification/src/views/App.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/updatenotification/src/views/App.vue b/apps/updatenotification/src/views/App.vue index cd4fa282dfe..8bf1d86dfe2 100644 --- a/apps/updatenotification/src/views/App.vue +++ b/apps/updatenotification/src/views/App.vue @@ -19,8 +19,8 @@ import { translate as t } from '@nextcloud/l10n' import { loadState } from '@nextcloud/initial-state' -import NcAppContent from '@nextcloud/vue/dist/Components/NcAppContent.js' -import NcContent from '@nextcloud/vue/dist/Components/NcContent.js' +import NcAppContent from '@nextcloud/vue/components/NcAppContent' +import NcContent from '@nextcloud/vue/components/NcContent' import Markdown from '../components/Markdown.vue' const { |