mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-16 15:25:49 +00:00
feat(filters): replace existing filters with dynamic filters for improved user and device management ✨
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import { redirect } from "next/navigation";
|
||||
import { getServerSession } from "next-auth";
|
||||
import { getProfileById } from "@/actions/user-actions";
|
||||
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";
|
||||
|
||||
export default async function Profile() {
|
||||
|
Reference in New Issue
Block a user