Files
ai-agent/web/app/dashboard/page.tsx
T
2026-04-24 12:01:30 +08:00

6 lines
137 B
TypeScript

import { DashboardHome } from "./_components/dashboard-home"
export default function DashboardHomePage() {
return <DashboardHome />
}