peer-calls/src/js/dispatcher/dispatcher.js

6 lines
115 B
JavaScript

const Dispatcher = require('flux').Dispatcher;
const dispatcher = new Dispatcher();
module.exports = dispatcher;