1
2
3
4
import mitt from 'mitt'
 
const bus = mitt()
export default bus