comparison 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
comparison
equal deleted inserted replaced
2984:61f69e8919d3 2985:1b8bb4f89227
11 * Author(s): 11 * Author(s):
12 * Markus Kottländer <markuks.kottlaender@intevation.de> 12 * Markus Kottländer <markuks.kottlaender@intevation.de>
13 * Thomas Junk <thomas.junk@intevation.de> 13 * Thomas Junk <thomas.junk@intevation.de>
14 */ 14 */
15 import { HTTP } from "@/lib/http"; 15 import { HTTP } from "@/lib/http";
16 import { WFS } from "ol/format.js"; 16 import { WFS } from "ol/format";
17 import { displayError } from "@/lib/errors.js"; 17 import { displayError } from "@/lib/errors";
18 18
19 // initial state 19 // initial state
20 const init = () => { 20 const init = () => {
21 return { 21 return {
22 bottlenecks: [], 22 bottlenecks: [],