diff client/src/components/Zoom.vue @ 2190:ecb0ad836aa0

linting
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 12 Feb 2019 10:04:01 +0100
parents 9212b3d60f2a
children 236da7c20eac
line wrap: on
line diff
--- a/client/src/components/Zoom.vue	Tue Feb 12 09:53:03 2019 +0100
+++ b/client/src/components/Zoom.vue	Tue Feb 12 10:04:01 2019 +0100
@@ -55,7 +55,7 @@
  * Thomas Junk <thomas.junk@intevation.de>
  */
 import { mapState } from "vuex";
-import { Tile as TileLayer, Vector as VectorLayer } from "ol/layer.js";
+import { Vector as VectorLayer } from "ol/layer.js";
 
 export default {
   name: "zoom",