Use the new TS dispatcher
This commit is contained in:
parent
2b4c19e9ba
commit
6cb1efc1a4
6 changed files with 9 additions and 35 deletions
|
@ -16,8 +16,8 @@ limitations under the License.
|
|||
|
||||
import { EventEmitter } from 'events';
|
||||
import AwaitLock from 'await-lock';
|
||||
import { ActionPayload } from "../dispatcher-types";
|
||||
import { Dispatcher } from "flux";
|
||||
import { ActionPayload } from "../dispatcher/payloads";
|
||||
|
||||
/**
|
||||
* The event/channel to listen for in an AsyncStore.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue