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