Refactor matrix hooks

This commit is contained in:
Robert Long
2022-01-05 17:19:03 -08:00
parent 0e407c08df
commit 546ab06d60
23 changed files with 513 additions and 525 deletions

View File

@@ -1,7 +1,7 @@
import React from "react";
import { Modal, ModalContent } from "../Modal";
import { CopyButton } from "../button";
import { getRoomUrl } from "../ConferenceCallManagerHooks";
import { getRoomUrl } from "../matrix-utils";
import styles from "./InviteModal.module.css";
export function InviteModal({ roomId, ...rest }) {