diff --git a/dashboard/src/app/(dashboard)/page.tsx b/dashboard/src/app/(dashboard)/page.tsx index 3e20d634..78a6a068 100644 --- a/dashboard/src/app/(dashboard)/page.tsx +++ b/dashboard/src/app/(dashboard)/page.tsx @@ -14,6 +14,7 @@ import { LiveActivity } from '@/components/overview/live-activity'; import { SystemHealth } from '@/components/overview/system-health'; import { MetricCards } from '@/components/overview/metric-cards'; import { AgentStatusGrid } from '@/components/overview/agent-status-grid'; +import { AutoRefresh } from '@/components/overview/auto-refresh'; export const dynamic = 'force-dynamic'; @@ -67,6 +68,7 @@ export default async function OverviewPage({ return (