summaryrefslogtreecommitdiffstats
path: root/src/components/ProfileInfo.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ProfileInfo.vue')
-rw-r--r--src/components/ProfileInfo.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ProfileInfo.vue b/src/components/ProfileInfo.vue
index 467f7213..e51b2409 100644
--- a/src/components/ProfileInfo.vue
+++ b/src/components/ProfileInfo.vue
@@ -96,7 +96,7 @@
}
</style>
<script>
-import Avatar from 'nextcloud-vue/dist/Components/Avatar'
+import Avatar from '@nextcloud/vue/dist/Components/Avatar'
import serverData from '../mixins/serverData'
import currentUser from '../mixins/currentUserMixin'
import follow from '../mixins/follow'