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
+1 -1
View File
@@ -21,7 +21,7 @@ limitations under the License.
import BasePlatform from 'matrix-react-sdk/src/BasePlatform';
import { _t } from 'matrix-react-sdk/src/languageHandler';
import dis from 'matrix-react-sdk/src/dispatcher';
import dis from 'matrix-react-sdk/src/dispatcher/dispatcher';
import {getVectorConfig} from "../getconfig";
import Favico from 'favico.js';