diff 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
line wrap: on
line diff
--- a/client/src/components/importconfiguration/types/Soundingresults.vue	Tue Apr 09 18:23:07 2019 +0200
+++ b/client/src/components/importconfiguration/types/Soundingresults.vue	Tue Apr 09 18:38:15 2019 +0200
@@ -152,7 +152,7 @@
  * Markus Kottländer <markus.kottlaender@intevation.de>
  */
 import { HTTP } from "@/lib/http";
-import { displayError, displayInfo } from "@/lib/errors.js";
+import { displayError, displayInfo } from "@/lib/errors";
 import { mapState } from "vuex";
 
 const IMPORTSTATE = { UPLOAD: "UPLOAD", EDIT: "EDIT" };