1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Move WidgetUtils to utils dir

This commit is contained in:
David Baker
2018-06-26 11:59:16 +01:00
parent 0f2c47937c
commit 6cf11a15e6
7 changed files with 9 additions and 9 deletions

View File

@@ -236,7 +236,7 @@ import SdkConfig from './SdkConfig';
import MatrixClientPeg from './MatrixClientPeg';
import { MatrixEvent } from 'matrix-js-sdk';
import dis from './dispatcher';
import WidgetUtils from './WidgetUtils';
import WidgetUtils from './utils/WidgetUtils';
import RoomViewStore from './stores/RoomViewStore';
import { _t } from './languageHandler';