k94314517
2023-08-11 d52b2bdc62a5722a96d3999a9ed96640f3945f91
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;