Remove top level matrix-js-sdk imports

This commit is contained in:
Robin Townsend
2022-08-12 16:46:53 -04:00
parent 05466fbd7f
commit 882eed0737
18 changed files with 32 additions and 18 deletions

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import { Room } from "matrix-js-sdk";
import { Room } from "matrix-js-sdk/src/models/room";
import React from "react";
import { Modal, ModalContent } from "./Modal";