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