fix: unused imports

This commit is contained in:
Kieran 2023-12-14 14:24:21 +00:00
parent 188f96c86f
commit 2bf62f3a03
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -55,10 +55,7 @@ import ProfileTab, {
import DisplayName from "@/Element/User/DisplayName";
import { UserWebsiteLink } from "@/Element/User/UserWebsiteLink";
import { useMuteList, usePinList } from "@/Hooks/useLists";
import messages from "../messages";
import FollowedBy from "@/Element/User/FollowedBy";
import AsyncButton from "@/Element/Button/AsyncButton";
interface ProfilePageProps {
id?: string;