mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 15:10:57 -05:00
chore: fix merge conflicts
This commit is contained in:
parent
b9da79bc11
commit
5835064219
1 changed files with 0 additions and 2 deletions
|
@ -15,13 +15,11 @@ import { stopPropagation } from "../../../lib/stopPropagation";
|
||||||
|
|
||||||
import { useIntermediate } from "../../../context/intermediate/Intermediate";
|
import { useIntermediate } from "../../../context/intermediate/Intermediate";
|
||||||
|
|
||||||
import { Children } from "../../../types/Preact";
|
|
||||||
import ChannelIcon from "../../common/ChannelIcon";
|
import ChannelIcon from "../../common/ChannelIcon";
|
||||||
import Tooltip from "../../common/Tooltip";
|
import Tooltip from "../../common/Tooltip";
|
||||||
import UserIcon from "../../common/user/UserIcon";
|
import UserIcon from "../../common/user/UserIcon";
|
||||||
import { Username } from "../../common/user/UserShort";
|
import { Username } from "../../common/user/UserShort";
|
||||||
import UserStatus from "../../common/user/UserStatus";
|
import UserStatus from "../../common/user/UserStatus";
|
||||||
import IconButton from "../../ui/IconButton";
|
|
||||||
|
|
||||||
type CommonProps = Omit<
|
type CommonProps = Omit<
|
||||||
JSX.HTMLAttributes<HTMLDivElement>,
|
JSX.HTMLAttributes<HTMLDivElement>,
|
||||||
|
|
Loading…
Reference in a new issue