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