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,6 +1,6 @@
import React, { useEffect } from "react";
import { useLocation, useHistory } from "react-router-dom";
import { defaultHomeserverHost } from "../ConferenceCallManagerHooks";
import { defaultHomeserverHost } from "../matrix-utils";
import { LoadingView } from "../FullScreenView";
export function RoomRedirect() {