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

refac: cleanup import paths
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 18 Dec 2018 12:38:58 +0100
parents 0ded4c56978e
children a005816388b7
line wrap: on
line diff
--- a/client/src/components/Maplayer.vue	Tue Dec 18 12:29:48 2018 +0100
+++ b/client/src/components/Maplayer.vue	Tue Dec 18 12:38:58 2018 +0100
@@ -50,7 +50,7 @@
  * * Thomas Junk <thomas.junk@intevation.de>
  * * Bernhard E. Reiter <bernhard.reiter@intevation.de>
  */
-import { HTTP } from "../lib/http";
+import { HTTP } from "@/lib/http";
 import { mapGetters, mapState } from "vuex";
 import "ol/ol.css";
 import { Map, View } from "ol";