comparison 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
comparison
equal deleted inserted replaced
1612:b5061deb9ab9 1613:f2d24dceecc7
186 * Software engineering by Intevation GmbH 186 * Software engineering by Intevation GmbH
187 * 187 *
188 * Author(s): 188 * Author(s):
189 * Thomas Junk <thomas.junk@intevation.de> 189 * Thomas Junk <thomas.junk@intevation.de>
190 */ 190 */
191 import { HTTP } from "../../lib/http"; 191 import { HTTP } from "@/lib/http";
192 import { displayError } from "../../lib/errors.js"; 192 import { displayError } from "@/lib/errors.js";
193 import { mapState } from "vuex"; 193 import { mapState } from "vuex";
194 import PasswordField from "./Passwordfield"; 194 import PasswordField from "./Passwordfield";
195 195
196 const emptyErrormessages = () => { 196 const emptyErrormessages = () => {
197 return { 197 return {