fix: unused imports
Some checks failed
Release / tauri_release (macos-latest) (push) Has been cancelled
Release / tauri_release (ubuntu-20.04) (push) Has been cancelled
Release / tauri_release (windows-latest) (push) Has been cancelled
Release / app (push) Has been cancelled

This commit is contained in:
Kieran 2023-12-14 14:24:21 +00:00
parent a7ab7b024f
commit b64126e144
No known key found for this signature in database
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;