diff client/src/store/bottlenecks.js @ 1272:bc55ffaeb639

cleaned up client/src directory better organization of files and directories, better naming, separation of admin and map context
author Markus Kottlaender <markus@intevation.de>
date Thu, 22 Nov 2018 07:07:12 +0100
parents 8d12056d602a
children 99c039e86624
line wrap: on
line diff
--- a/client/src/store/bottlenecks.js	Wed Nov 21 15:07:39 2018 +0100
+++ b/client/src/store/bottlenecks.js	Thu Nov 22 07:07:12 2018 +0100
@@ -12,9 +12,9 @@
  * Author(s):
  * Markus Kottländer <markuks.kottlaender@intevation.de>
  */
-import { HTTP } from "../application/lib/http";
+import { HTTP } from "../lib/http";
 import { WFS } from "ol/format.js";
-import { displayError } from "../application/lib/errors.js";
+import { displayError } from "../lib/errors.js";
 
 export default {
   namespaced: true,