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

client: cleanup import paths
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 05 Apr 2019 12:47:35 +0200
parents 292929fa0340
children
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 import { toMillisFromString } from "../lib/session"; 17 import { toMillisFromString } from "@/lib/session";
18 18
19 const init = () => { 19 const init = () => {
20 return { 20 return {
21 isAuthenticated: false, 21 isAuthenticated: false,
22 expires: null, 22 expires: null,