diff --git a/ui/src/stores/dispatcher.ts b/ui/src/stores/dispatcher.ts deleted file mode 100644 index 25acd16..0000000 --- a/ui/src/stores/dispatcher.ts +++ /dev/null @@ -1,9 +0,0 @@ -import {Dispatcher} from 'flux'; - -export interface IEvent { - type: string; - // tslint:disable-next-line - payload?: any; -} - -export default new Dispatcher();