Add Flux dispatcher

This commit is contained in:
Jannis Mattheis 2018-03-15 20:25:05 +01:00 committed by Jannis Mattheis
parent ec0c06a482
commit fb83281978
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
import {Dispatcher} from 'flux';
export default new Dispatcher();