comparison client/src/store/usermanagement.js @ 2947:a6eea3002e6e

client: cleanup import paths
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 05 Apr 2019 12:47:35 +0200
parents d0c4d17ee7ab
children e2ed741545e1
comparison
equal deleted inserted replaced
2946:4141a06961bb 2947:a6eea3002e6e
11 * Author(s): 11 * Author(s):
12 * Thomas Junk <thomas.junk@intevation.de> 12 * Thomas Junk <thomas.junk@intevation.de>
13 * Markus Kottländer <markus@intevation.de> 13 * Markus Kottländer <markus@intevation.de>
14 */ 14 */
15 15
16 import { HTTP } from "../lib/http"; 16 import { HTTP } from "@/lib/http";
17 17
18 // initial state 18 // initial state
19 const init = () => { 19 const init = () => {
20 return { 20 return {
21 users: null, 21 users: null,