Remove dispatcher from flux

This commit is contained in:
Jannis Mattheis 2018-10-21 16:21:42 +02:00
parent 7370539fb4
commit 027639fca0
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
import {Dispatcher} from 'flux';
export interface IEvent {
type: string;
// tslint:disable-next-line
payload?: any;
}
export default new Dispatcher<IEvent>();