diff --git a/app/(dashboard)/profile/page.tsx b/app/(dashboard)/profile/page.tsx index 67df1d9..bc0ff7c 100644 --- a/app/(dashboard)/profile/page.tsx +++ b/app/(dashboard)/profile/page.tsx @@ -3,7 +3,6 @@ import { getServerSession } from "next-auth"; import { authOptions } from "@/app/auth"; import ClientErrorMessage from "@/components/client-error-message"; import { Badge } from "@/components/ui/badge"; -import { FloatingLabelInput } from "@/components/ui/floating-label"; import { getProfileById } from "@/queries/users"; import { tryCatch } from "@/utils/tryCatch"; @@ -24,58 +23,34 @@ export default async function Profile() { {verifiedStatus(profile?.verified ?? false)} -
+