Skip to content

Commit 5c14758

Browse files
author
Piotr
committed
removed unused import
1 parent e651f37 commit 5c14758

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stores/contextMenu.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { defineStore } from "pinia";
22
import { ref } from "vue";
33
import { useMainStore } from "../store";
4-
import { globalEventBus } from "../event_bus";
54

65
interface Action {
76
label: string

0 commit comments

Comments
 (0)