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

refac: cleanup import paths
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 18 Dec 2018 12:38:58 +0100
parents 38f91897ca69
children a08e0f532304
line wrap: on
line diff
--- a/client/src/components/ImportSoundingresults.vue	Tue Dec 18 12:29:48 2018 +0100
+++ b/client/src/components/ImportSoundingresults.vue	Tue Dec 18 12:38:58 2018 +0100
@@ -156,8 +156,8 @@
  * Thomas Junk <thomas.junk@intevation.de>
  * Markus Kottländer <markus.kottlaender@intevation.de>
  */
-import { HTTP } from "../lib/http";
-import { displayError, displayInfo } from "../lib/errors.js";
+import { HTTP } from "@/lib/http";
+import { displayError, displayInfo } from "@/lib/errors.js";
 import { mapState } from "vuex";
 import Spacer from "./Spacer";