diff client/src/components/Sidebar.vue @ 1613:f2d24dceecc7

refac: cleanup import paths
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 18 Dec 2018 12:38:58 +0100
parents 2ee243f9a7ee
children 90211725e4a9
line wrap: on
line diff
--- a/client/src/components/Sidebar.vue	Tue Dec 18 12:29:48 2018 +0100
+++ b/client/src/components/Sidebar.vue	Tue Dec 18 12:38:58 2018 +0100
@@ -136,7 +136,7 @@
  * Markus Kottländer <markus.kottlaender@intevation.de>
  */
 import { mapGetters, mapState } from "vuex";
-import app from "../main";
+import app from "@/main";
 
 export default {
   name: "sidebar",