diff client/src/components/usermanagement/Userdetail.vue @ 1613:f2d24dceecc7

refac: cleanup import paths
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 18 Dec 2018 12:38:58 +0100
parents 0ded4c56978e
children 16fb9667ddf8
line wrap: on
line diff
--- a/client/src/components/usermanagement/Userdetail.vue	Tue Dec 18 12:29:48 2018 +0100
+++ b/client/src/components/usermanagement/Userdetail.vue	Tue Dec 18 12:38:58 2018 +0100
@@ -188,8 +188,8 @@
  * Author(s):
  * Thomas Junk <thomas.junk@intevation.de>
  */
-import { HTTP } from "../../lib/http";
-import { displayError } from "../../lib/errors.js";
+import { HTTP } from "@/lib/http";
+import { displayError } from "@/lib/errors.js";
 import { mapState } from "vuex";
 import PasswordField from "./Passwordfield";