diff client/src/store/user.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 a4c74a95c177
children 99c039e86624
line wrap: on
line diff
--- a/client/src/store/user.js	Wed Nov 21 15:07:39 2018 +0100
+++ b/client/src/store/user.js	Thu Nov 22 07:07:12 2018 +0100
@@ -13,7 +13,7 @@
  * Thomas Junk <thomas.junk@intevation.de>
  */
 
-import { HTTP } from "../application/lib/http";
+import { HTTP } from "../lib/http";
 
 export default {
   namespaced: true,