Remove top level matrix-js-sdk imports
This commit is contained in:
parent
05466fbd7f
commit
882eed0737
18 changed files with 32 additions and 18 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue