summaryrefslogtreecommitdiffstats
path: root/src/components/ContactsList.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ContactsList.vue')
-rw-r--r--src/components/ContactsList.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ContactsList.vue b/src/components/ContactsList.vue
index 76d31d91..80c95620 100644
--- a/src/components/ContactsList.vue
+++ b/src/components/ContactsList.vue
@@ -37,8 +37,8 @@
</template>
<script>
-import AppContentList from '@nextcloud/vue/dist/Components/NcAppContentList'
-import ContactsListItem from './ContactsList/ContactsListItem'
+import AppContentList from '@nextcloud/vue/dist/Components/NcAppContentList.js'
+import ContactsListItem from './ContactsList/ContactsListItem.vue'
import VirtualList from 'vue-virtual-scroll-list'
export default {