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