Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Editor/AvatarWrapper.vue')
-rw-r--r--src/components/Editor/AvatarWrapper.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Editor/AvatarWrapper.vue b/src/components/Editor/AvatarWrapper.vue
index ab2ae46f6..15119ae5f 100644
--- a/src/components/Editor/AvatarWrapper.vue
+++ b/src/components/Editor/AvatarWrapper.vue
@@ -14,7 +14,7 @@
</template>
<script>
-import NcAvatar from '@nextcloud/vue/dist/Components/NcAvatar.js'
+import { NcAvatar } from '@nextcloud/vue'
export default {
name: 'AvatarWrapper',
components: {