Files
mixtape/zero.Backoffice.UI/app/services/eventhub.ts
T

4 lines
73 B
TypeScript
Raw Normal View History

2021-12-06 15:06:38 +01:00
import mitt from 'mitt';
2021-12-14 16:06:54 +01:00
const emitter = mitt();
export default emitter;