forked from mirrors/Scribe.js
14 lines
No EOL
317 B
JavaScript
14 lines
No EOL
317 B
JavaScript
import Influx from 'react-influx'
|
|
import keyMirror from 'keymirror'
|
|
|
|
const Events = keyMirror({
|
|
REQUEST_INIT_DATABASE: null,
|
|
REQUEST_INIT_SOCKET: null,
|
|
REQUEST_ENTRY_SEARCH: null
|
|
});
|
|
|
|
class Dispatcher extends Influx.Dispatcher {
|
|
// override as needed
|
|
}
|
|
|
|
export default Dispatcher.construct(Dispatcher, Events) |