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

refac: cleanup import paths
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 18 Dec 2018 12:38:58 +0100
parents ef5cc5f1c757
children 16fb9667ddf8
line wrap: on
line diff
--- a/client/src/components/Logs.vue	Tue Dec 18 12:29:48 2018 +0100
+++ b/client/src/components/Logs.vue	Tue Dec 18 12:38:58 2018 +0100
@@ -118,7 +118,7 @@
  * Thomas Junk <thomas.junk@intevation.de>
  */
 import { mapState } from "vuex";
-import { HTTP } from "../lib/http.js";
+import { HTTP } from "@/lib/http.js";
 import "../../node_modules/highlight.js/styles/paraiso-dark.css";
 import Spacer from "./Spacer";
 import Vue from "vue";