diff client/src/store/bottlenecks.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 b74ebeb2bdc8
children 44493664d40e
line wrap: on
line diff
--- a/client/src/store/bottlenecks.js	Tue Apr 09 18:23:07 2019 +0200
+++ b/client/src/store/bottlenecks.js	Tue Apr 09 18:38:15 2019 +0200
@@ -13,8 +13,8 @@
  * Thomas Junk <thomas.junk@intevation.de>
  */
 import { HTTP } from "@/lib/http";
-import { WFS } from "ol/format.js";
-import { displayError } from "@/lib/errors.js";
+import { WFS } from "ol/format";
+import { displayError } from "@/lib/errors";
 
 // initial state
 const init = () => {