Remove dispatcher from flux
This commit is contained in:
parent
7370539fb4
commit
027639fca0
|
|
@ -1,9 +0,0 @@
|
|||
import {Dispatcher} from 'flux';
|
||||
|
||||
export interface IEvent {
|
||||
type: string;
|
||||
// tslint:disable-next-line
|
||||
payload?: any;
|
||||
}
|
||||
|
||||
export default new Dispatcher<IEvent>();
|
||||
Loading…
Reference in New Issue