// global PubSub instance: import PubSub from './PubSub.js'; const pubsub = PubSub(); export const {pub, sub, unsub} = pubsub; export default pubsub;