mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 14:15:15 +00:00
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
import {Dispatcher} from 'flux';
|
|
|
|
let AppDispatcher = new Dispatcher();
|
|
|
|
export default AppDispatcher;
|