You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
@ -15,9 +15,10 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
import "../skinned-sdk"; // Must be first for skinning to work
|
||||
import { Room } from "matrix-js-sdk";
|
||||
|
||||
import WidgetStore, { IApp } from "../../src/stores/WidgetStore";
|
||||
import { Container, WidgetLayoutStore } from "../../src/stores/widgets/WidgetLayoutStore";
|
||||
import { Room } from "matrix-js-sdk";
|
||||
import { stubClient } from "../test-utils";
|
||||
|
||||
// setup test env values
|
||||
|
Reference in New Issue
Block a user