Use the new TS dispatcher

This commit is contained in:
Travis Ralston 2020-05-14 13:45:17 -06:00
parent 2b4c19e9ba
commit 6cb1efc1a4
6 changed files with 9 additions and 35 deletions

View file

@ -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.