Skip to content

Commit e40aa10

Browse files
committed
style: remove unused imports
1 parent aba4eb6 commit e40aa10

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: src/components/sources/OlSourceXYZ.vue

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import type TileLayer from "ol/layer/Tile";
99
import type { ImageTile } from "ol";
1010
import { TILE_SOURCE_EVENTS } from "@/composables/useOpenLayersEvents";
1111
import useSource from "@/composables/useSource";
12-
import type { Source } from "ol/source";
13-
import type { UrlFunction } from "ol/Tile";
1412
1513
// prevent warnings caused by event pass-through via useOpenLayersEvents composable
1614
defineOptions({

Diff for: src/components/sources/OlSourceXyz.vue

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import type TileLayer from "ol/layer/Tile";
99
import type { ImageTile } from "ol";
1010
import { TILE_SOURCE_EVENTS } from "@/composables/useOpenLayersEvents";
1111
import useSource from "@/composables/useSource";
12-
import type { Source } from "ol/source";
13-
import type { UrlFunction } from "ol/Tile";
1412
1513
// prevent warnings caused by event pass-through via useOpenLayersEvents composable
1614
defineOptions({

0 commit comments

Comments
 (0)