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