The EventBus was duplicated inside shapeseq/ but is used by other playground code too. Move the canonical implementation to js/event-bus.js and turn the shapeseq copy into a re-export shim.
2 lines
145 B
JavaScript
2 lines
145 B
JavaScript
// playground/js/shapeseq/event-bus.js — re-exports from shared module
|
|
export { EventBus, SEQ, ML, UI, getDefaultBus } from '../event-bus.js';
|