initial commit

This commit is contained in:
unknown
2021-07-28 18:45:52 +05:30
commit 026f835a87
176 changed files with 10613 additions and 0 deletions

4
src/client/dispatcher.js Normal file
View File

@@ -0,0 +1,4 @@
import { Dispatcher } from 'flux';
const appDispatcher = new Dispatcher();
export default appDispatcher;