111
k94314517
2023-09-18 2359a38efc2a90a2776e2a45afcecda1fb0065a3
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;