summaryrefslogtreecommitdiffstats
path: root/src/services/parseVcf.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/parseVcf.js')
-rw-r--r--src/services/parseVcf.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/services/parseVcf.js b/src/services/parseVcf.js
index 184c8e76..f8fc0f0c 100644
--- a/src/services/parseVcf.js
+++ b/src/services/parseVcf.js
@@ -20,8 +20,8 @@
*
*/
-import Contact from '../models/contact'
-import Store from '../store/index'
+import Contact from 'Models/contact'
+import Store from 'Store/index'
export default function parseVcf(data = '', addressbook) {
let regexp = /BEGIN:VCARD[\s\S]*?END:VCARD/mgi