6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
import mitt from 'mitt';
|
|
|
|
const EventBus = mitt();
|
|
|
|
export default EventBus;
|