diff --git a/src/other/eventBus.jsx b/src/other/eventBus.jsx new file mode 100644 index 00000000..ac7a358c --- /dev/null +++ b/src/other/eventBus.jsx @@ -0,0 +1,5 @@ +import mitt from "mitt"; + +const eventBus = mitt(); + +export default eventBus; \ No newline at end of file