Clean up overflow menu

This commit is contained in:
Robert Long
2022-01-05 16:55:41 -08:00
parent 3fac266013
commit 73eacdb23f
3 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ import { GroupCallState } from "matrix-js-sdk/src/webrtc/groupCall";
import { useCallFeed } from "matrix-react-sdk/src/hooks/useCallFeed";
import { useMediaStream } from "matrix-react-sdk/src/hooks/useMediaStream";
import { getRoomUrl } from "../ConferenceCallManagerHooks";
import { OverflowMenu } from "../OverflowMenu";
import { OverflowMenu } from "./OverflowMenu";
import { UserMenuContainer } from "../UserMenuContainer";
import { Body, Link } from "../typography/Typography";