chore: fix merge conflicts

pull/1049/head
Paul Makles 2022-06-14 16:30:42 +01:00
parent a758a3e317
commit 17e33b6df2
1 changed files with 0 additions and 2 deletions

View File

@ -15,13 +15,11 @@ import { stopPropagation } from "../../../lib/stopPropagation";
import { useIntermediate } from "../../../context/intermediate/Intermediate";
import { Children } from "../../../types/Preact";
import ChannelIcon from "../../common/ChannelIcon";
import Tooltip from "../../common/Tooltip";
import UserIcon from "../../common/user/UserIcon";
import { Username } from "../../common/user/UserShort";
import UserStatus from "../../common/user/UserStatus";
import IconButton from "../../ui/IconButton";
type CommonProps = Omit<
JSX.HTMLAttributes<HTMLDivElement>,