Fix dispatcher import in ReplyTile.js

pull/21833/head
Tulir Asokan 2020-05-25 19:33:30 +03:00
parent dfe277b78d
commit c60483728f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import { _t, _td } from '../../../languageHandler';
import * as sdk from '../../../index';
import dis from '../../../dispatcher';
import dis from '../../../dispatcher/dispatcher';
import SettingsStore from "../../../settings/SettingsStore";
import {MatrixClient} from 'matrix-js-sdk';