nice try, vscode

pull/21833/head
David Baker 2021-07-01 19:58:25 +01:00
parent 8bbb768825
commit e121e5bf8a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import RoomName from "../elements/RoomName";
import { PlaceCallType } from "../../../CallHandler";
import { replaceableComponent } from "../../../utils/replaceableComponent";
import { throttle } from 'lodash';
import { Room } from '../../../../../matrix-js-sdk/src';
import { Room } from 'matrix-js-sdk/src';
import { E2EStatus } from '../../../utils/ShieldUtils';
import { IOOBData } from '../../../stores/ThreepidInviteStore';
import { SearchScope } from './SearchBar';