diff client/src/store/gauges.js @ 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 0632d543a427
children 762b140e91a0
line wrap: on
line diff
--- a/client/src/store/gauges.js	Tue Apr 09 18:23:07 2019 +0200
+++ b/client/src/store/gauges.js	Tue Apr 09 18:38:15 2019 +0200
@@ -12,7 +12,7 @@
  * Markus Kottländer <markus@intevation.de>
  */
 import { HTTP } from "@/lib/http";
-import { WFS } from "ol/format.js";
+import { WFS } from "ol/format";
 import { isPast } from "date-fns";
 
 let dateFrom = new Date();