We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e651f37 commit 5c14758Copy full SHA for 5c14758
src/stores/contextMenu.ts
@@ -1,7 +1,6 @@
1
import { defineStore } from "pinia";
2
import { ref } from "vue";
3
import { useMainStore } from "../store";
4
-import { globalEventBus } from "../event_bus";
5
6
interface Action {
7
label: string
0 commit comments