Move dispatcher references in support of TypeScript conversion

See https://github.com/matrix-org/matrix-react-sdk/pull/4593
This commit is contained in:
Travis Ralston 2020-05-13 21:15:30 -06:00
parent d44808e0e6
commit a21d6e651f
4 changed files with 6 additions and 5 deletions

View file

@ -29,7 +29,7 @@ import * as jssdk from 'matrix-js-sdk';
import * as sdk from 'matrix-react-sdk';
import {MatrixClientPeg} from 'matrix-react-sdk/src/MatrixClientPeg';
import {Views} from 'matrix-react-sdk/src/components/structures/MatrixChat';
import dis from 'matrix-react-sdk/src/dispatcher';
import dis from 'matrix-react-sdk/src/dispatcher/dispatcher';
import * as test_utils from '../test-utils';
import MockHttpBackend from 'matrix-mock-request';
import {parseQs, parseQsFromFragment} from '../../src/vector/url_utils';