diff client/src/components/layers/Layerselect.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 16fb9667ddf8
line wrap: on
line diff
--- a/client/src/components/layers/Layerselect.vue	Tue Dec 18 12:29:48 2018 +0100
+++ b/client/src/components/layers/Layerselect.vue	Tue Dec 18 12:38:58 2018 +0100
@@ -45,7 +45,7 @@
  * Author(s):
  * Thomas Junk <thomas.junk@intevation.de>
  */
-import { HTTP } from "../../lib/http";
+import { HTTP } from "@/lib/http";
 import LegendElement from "./LegendElement.vue";
 export default {
   props: ["layername", "layerindex", "isVisible"],