summaryrefslogtreecommitdiffstats
path: root/src/components/Properties
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-10 20:04:11 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-10 20:08:43 +0100
commitabc5ddab72b47f99bd0cb24f6e42f23944065297 (patch)
tree12129d34b7266b9dcb6d4e6f4cd43df03f4cf3c6 /src/components/Properties
parent7898d34a2b1240294764f8531d83734e063effbe (diff)
Fix conflict and white icons
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/components/Properties')
-rw-r--r--src/components/Properties/PropertyGroups.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Properties/PropertyGroups.vue b/src/components/Properties/PropertyGroups.vue
index 0ac44d0b..4cdf296b 100644
--- a/src/components/Properties/PropertyGroups.vue
+++ b/src/components/Properties/PropertyGroups.vue
@@ -50,7 +50,7 @@
<script>
import debounce from 'debounce'
-import Contact from '../../models/contact'
+import Contact from 'Models/contact'
export default {
name: 'PropertyGroups',