Skip to content

Commit

Permalink
style: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Apr 3, 2024
1 parent c194eca commit bd59b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demos/ContextMenuDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<script setup lang="ts">
import type { ContextMenuEvent, Item } from "ol-contextmenu";
import { onMounted, ref } from "vue";
import { ref } from "vue";
import { Feature, type View } from "ol";
import { Point } from "ol/geom";
import type VectorSource from "ol/source/Vector";
Expand Down

0 comments on commit bd59b53

Please sign in to comment.