111
k94314517
2023-09-13 6252abae2d37cbf7ae4e2eb6411170f440657e12
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;