Forgot to include unversioned files in build

This commit is contained in:
Karmaa
2025-03-20 20:45:44 -05:00
parent 28081ad6b2
commit 679e4fc751

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

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