Fix dispatcher import in ReplyTile.js
This commit is contained in:
parent
dfe277b78d
commit
c60483728f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import { _t, _td } from '../../../languageHandler';
|
||||||
|
|
||||||
import * as sdk from '../../../index';
|
import * as sdk from '../../../index';
|
||||||
|
|
||||||
import dis from '../../../dispatcher';
|
import dis from '../../../dispatcher/dispatcher';
|
||||||
import SettingsStore from "../../../settings/SettingsStore";
|
import SettingsStore from "../../../settings/SettingsStore";
|
||||||
import {MatrixClient} from 'matrix-js-sdk';
|
import {MatrixClient} from 'matrix-js-sdk';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue