Skip to content

Commit

Permalink
fix: unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
v0l committed Dec 14, 2023
1 parent a7ab7b0 commit b64126e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/app/src/Pages/Profile/ProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b64126e

Please sign in to comment.