import { ManagementUserView } from "@/app/components/management-user/management-user-view";

export default function ManagementUserPage() {
  return <ManagementUserView />;
}
