aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components/AccountMenu/AccountMenuProfileEntry.vue
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/components/AccountMenu/AccountMenuProfileEntry.vue')
-rw-r--r--core/src/components/AccountMenu/AccountMenuProfileEntry.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/components/AccountMenu/AccountMenuProfileEntry.vue b/core/src/components/AccountMenu/AccountMenuProfileEntry.vue
index 853c22986ce..8b895b8ca31 100644
--- a/core/src/components/AccountMenu/AccountMenuProfileEntry.vue
+++ b/core/src/components/AccountMenu/AccountMenuProfileEntry.vue
@@ -26,8 +26,8 @@ import { getCurrentUser } from '@nextcloud/auth'
import { subscribe, unsubscribe } from '@nextcloud/event-bus'
import { defineComponent } from 'vue'
-import NcListItem from '@nextcloud/vue/dist/Components/NcListItem.js'
-import NcLoadingIcon from '@nextcloud/vue/dist/Components/NcLoadingIcon.js'
+import NcListItem from '@nextcloud/vue/components/NcListItem'
+import NcLoadingIcon from '@nextcloud/vue/components/NcLoadingIcon'
const { profileEnabled } = loadState('user_status', 'profileEnabled', { profileEnabled: false })