mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
not sure how I butchered this merge conflict resolution this much.
This commit is contained in:
parent
93010d34fd
commit
5d0d81e79a
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ import { Container, WidgetLayoutStore } from "../../stores/widgets/WidgetLayoutS
|
||||||
import { getKeyBindingsManager, RoomAction } from '../../KeyBindingsManager';
|
import { getKeyBindingsManager, RoomAction } from '../../KeyBindingsManager';
|
||||||
import { objectHasDiff } from "../../utils/objects";
|
import { objectHasDiff } from "../../utils/objects";
|
||||||
import SpaceRoomView from "./SpaceRoomView";
|
import SpaceRoomView from "./SpaceRoomView";
|
||||||
import { IOpts } from "../../createRoom
|
import { IOpts } from "../../createRoom";
|
||||||
import { replaceableComponent } from "../../utils/replaceableComponent
|
import { replaceableComponent } from "../../utils/replaceableComponent";
|
||||||
import { omit } from 'lodash';
|
import { omit } from 'lodash';
|
||||||
import UIStore from "../../stores/UIStore";
|
import UIStore from "../../stores/UIStore";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue