1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

Fix dispatcher import in ReplyTile.js

This commit is contained in:
Tulir Asokan
2020-05-25 19:33:30 +03:00
parent dfe277b78d
commit c60483728f

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';