diff client/src/components/Maplayer.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 61f69e8919d3
children 87d34efafb3a
line wrap: on
line diff
--- a/client/src/components/Maplayer.vue	Tue Apr 09 18:23:07 2019 +0200
+++ b/client/src/components/Maplayer.vue	Tue Apr 09 18:38:15 2019 +0200
@@ -42,10 +42,10 @@
 import { mapState } from "vuex";
 import uuid from "uuid";
 import { Map, View } from "ol";
-import { WFS, GeoJSON } from "ol/format.js";
-import { equalTo } from "ol/format/filter.js";
-import { Stroke, Style, Fill } from "ol/style.js";
-import { displayError } from "@/lib/errors.js";
+import { WFS, GeoJSON } from "ol/format";
+import { equalTo } from "ol/format/filter";
+import { Stroke, Style, Fill } from "ol/style";
+import { displayError } from "@/lib/errors";
 import "ol/ol.css";
 
 /* for the sake of debugging */