comparison client/src/components/importconfiguration/types/Soundingresults.vue @ 2985:1b8bb4f89227

client: removed .js and .vue extention from imports
author Markus Kottlaender <markus@intevation.de>
date Tue, 09 Apr 2019 18:38:15 +0200
parents d6dd158b8071
children 30222bcbfec9
comparison
equal deleted inserted replaced
2984:61f69e8919d3 2985:1b8bb4f89227
150 * Author(s): 150 * Author(s):
151 * Thomas Junk <thomas.junk@intevation.de> 151 * Thomas Junk <thomas.junk@intevation.de>
152 * Markus Kottländer <markus.kottlaender@intevation.de> 152 * Markus Kottländer <markus.kottlaender@intevation.de>
153 */ 153 */
154 import { HTTP } from "@/lib/http"; 154 import { HTTP } from "@/lib/http";
155 import { displayError, displayInfo } from "@/lib/errors.js"; 155 import { displayError, displayInfo } from "@/lib/errors";
156 import { mapState } from "vuex"; 156 import { mapState } from "vuex";
157 157
158 const IMPORTSTATE = { UPLOAD: "UPLOAD", EDIT: "EDIT" }; 158 const IMPORTSTATE = { UPLOAD: "UPLOAD", EDIT: "EDIT" };
159 159
160 export default { 160 export default {