1 2 3 4 5
import UserList from "@/components/admin/UserList"; export default function AdminUsersPage() { return <UserList />; }