import { ClientDashboard } from "@/modules/client/dashboard";

export default function ClientDashboardPage() {
  return <ClientDashboard />;
}
