diff client/src/components/importconfiguration/types/ApprovedGaugeMeasurement.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/ApprovedGaugeMeasurement.vue	Tue Apr 09 18:23:07 2019 +0200
+++ b/client/src/components/importconfiguration/types/ApprovedGaugeMeasurement.vue	Tue Apr 09 18:38:15 2019 +0200
@@ -64,7 +64,7 @@
  */
 
 import { HTTP } from "@/lib/http";
-import { displayError, displayInfo } from "@/lib/errors.js";
+import { displayError, displayInfo } from "@/lib/errors";
 import app from "@/main";
 
 export default {