111
k94314517
2023-08-18 8dc8985eb32198788bef7ad21cf3f1726d840b6f
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;