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

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreta <gretadoci@gmail.com>2022-10-14 18:11:14 +0300
committergreta <gretadoci@gmail.com>2022-10-14 18:11:14 +0300
commitf75daa0c4a66f886dadba2dba4bf3804770eb03b (patch)
treecd37d0dbddfe453cfbbf2799304d56bd29f9bf71
parentcf37d3a751f3820e6f22da658856f03494abc16d (diff)
fixup! Improve the new contact button designfix/new-contact-button
Signed-off-by: greta <gretadoci@gmail.com>
-rw-r--r--src/components/ContactsList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ContactsList.vue b/src/components/ContactsList.vue
index 091d5751..47234edf 100644
--- a/src/components/ContactsList.vue
+++ b/src/components/ContactsList.vue
@@ -58,7 +58,7 @@ import VirtualList from 'vue-virtual-scroll-list'
import { VCardTime } from 'ical.js'
import Contact from '../models/contact'
import rfcProps from '../models/rfcProps'
-import { GROUP_ALL_CONTACTS, GROUP_NO_GROUP_CONTACTS } from '../models/constants'
+import { GROUP_ALL_CONTACTS, GROUP_NO_GROUP_CONTACTS } from '../../src/models/constants'
import { showError } from '@nextcloud/dialogs'
export default {