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