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