diff --git a/ui/src/stores/dispatcher.js b/ui/src/stores/dispatcher.js new file mode 100644 index 0000000..5d1ad2b --- /dev/null +++ b/ui/src/stores/dispatcher.js @@ -0,0 +1,3 @@ +import {Dispatcher} from 'flux'; + +export default new Dispatcher();