diff --git a/packages/app/src/Pages/Profile/ProfilePage.tsx b/packages/app/src/Pages/Profile/ProfilePage.tsx index caa5f0c8..8c027077 100644 --- a/packages/app/src/Pages/Profile/ProfilePage.tsx +++ b/packages/app/src/Pages/Profile/ProfilePage.tsx @@ -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;