cinny/src/client/dispatcher.js
2021-07-28 18:45:52 +05:30

4 lines
106 B
JavaScript

import { Dispatcher } from 'flux';
const appDispatcher = new Dispatcher();
export default appDispatcher;