Dev 0.2.1 #30

Merged
LukeGus merged 47 commits from dev-0.2.1 into main 2025-03-24 03:17:56 +00:00
Showing only changes of commit 679e4fc751 - Show all commits

5
src/other/eventBus.jsx Normal file
View File

@@ -0,0 +1,5 @@
import mitt from "mitt";
const eventBus = mitt();
export default eventBus;