1
xxyy
2025-03-18 a2b957aff35477ef51e0ad641c615aa98eb2c9b3
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;