diff client/src/store/bottlenecks.js @ 1625:de4e4dcb8f87

staging area: implemented details and zoom to bbox
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 19 Dec 2018 12:52:33 +0100
parents 97bdcee1d4c0
children 242c170e00ce
line wrap: on
line diff
--- a/client/src/store/bottlenecks.js	Tue Dec 18 18:36:02 2018 +0100
+++ b/client/src/store/bottlenecks.js	Wed Dec 19 12:52:33 2018 +0100
@@ -12,9 +12,9 @@
  * Markus Kottländer <markuks.kottlaender@intevation.de>
  * Thomas Junk <thomas.junk@intevation.de>
  */
-import { HTTP } from "../lib/http";
+import { HTTP } from "@/lib/http";
 import { WFS } from "ol/format.js";
-import { displayError } from "../lib/errors.js";
+import { displayError } from "@/lib/errors.js";
 
 // initial state
 const init = () => {