summaryrefslogtreecommitdiffstats
path: root/src/components/AppContent/ContactsContent.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppContent/ContactsContent.vue')
-rw-r--r--src/components/AppContent/ContactsContent.vue10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/components/AppContent/ContactsContent.vue b/src/components/AppContent/ContactsContent.vue
index 60c3a5c1..cd0b538b 100644
--- a/src/components/AppContent/ContactsContent.vue
+++ b/src/components/AppContent/ContactsContent.vue
@@ -72,10 +72,12 @@
</template>
<script>
import { emit } from '@nextcloud/event-bus'
-import AppContent from '@nextcloud/vue/dist/Components/NcAppContent.js'
-import Button from '@nextcloud/vue/dist/Components/NcButton.js'
-import EmptyContent from '@nextcloud/vue/dist/Components/NcEmptyContent.js'
-import IconLoading from '@nextcloud/vue/dist/Components/NcLoadingIcon.js'
+import {
+ NcAppContent as AppContent,
+ NcButton as Button,
+ NcEmptyContent as EmptyContent,
+ NcLoadingIcon as IconLoading,
+} from '@nextcloud/vue'
import ContactDetails from '../ContactDetails.vue'
import ContactsList from '../ContactsList.vue'