platypush/platypush/backend/http/webapp/src/bus.js

6 lines
63 B
JavaScript

import mitt from 'mitt';
const bus = mitt();
export { bus };