eventBus.js 76 B

12345
  1. import mitt from 'mitt';
  2. const eventBus = mitt();
  3. export default eventBus;