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

@ -20,7 +20,7 @@ limitations under the License.
import VectorBasePlatform, {updateCheckStatusEnum} from './VectorBasePlatform';
import request from 'browser-request';
import dis from 'matrix-react-sdk/src/dispatcher';
import dis from 'matrix-react-sdk/src/dispatcher/dispatcher';
import { _t } from 'matrix-react-sdk/src/languageHandler';
import url from 'url';