summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyGroups.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Properties/PropertyGroups.vue')
-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',