refactoring to remove a lot of junk
This commit is contained in:
parent
5318158e59
commit
d858222af7
33 changed files with 505 additions and 367 deletions
|
|
@ -10,7 +10,4 @@ export function createEventBus(config: EventBusConfig): EventBus {
|
|||
|
||||
// Re-export everything
|
||||
export { EventBus } from './event-bus';
|
||||
export * from './types';
|
||||
|
||||
// Default export
|
||||
export default createEventBus;
|
||||
export * from './types';
|
||||
Loading…
Add table
Add a link
Reference in a new issue