diff client/src/components/fairway/Profiles.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 b74ebeb2bdc8
children 44493664d40e
line wrap: on
line diff
--- a/client/src/components/fairway/Profiles.vue	Tue Apr 09 18:23:07 2019 +0200
+++ b/client/src/components/fairway/Profiles.vue	Tue Apr 09 18:38:15 2019 +0200
@@ -250,7 +250,7 @@
 import { mapState } from "vuex";
 import Feature from "ol/Feature";
 import LineString from "ol/geom/LineString";
-import { displayError, displayInfo } from "@/lib/errors.js";
+import { displayError, displayInfo } from "@/lib/errors";
 import { HTTP } from "@/lib/http";
 
 export default {