Remove top level matrix-js-sdk imports

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

View file

@ -3,7 +3,7 @@ import React, { HTMLAttributes, ReactNode, useCallback, useRef } from "react";
import { Link } from "react-router-dom";
import { useButton } from "@react-aria/button";
import { AriaButtonProps } from "@react-types/button";
import { Room } from "matrix-js-sdk";
import { Room } from "matrix-js-sdk/src/models/room";
import styles from "./Header.module.css";
import { useModalTriggerState } from "./Modal";