import mitt from '../../utils/mitt'; const bus = new mitt(); export default function () { return { bus, FLOW_PROCESSED: 'flow_processed' }; }