import { DashboardShell } from "@/components/dashboard-shell"; import { PlaceholderDashboard } from "@/components/placeholder-dashboard"; export default function LabAdminPage() { return ( ); }