diff --git a/src/components/reports/reports-page-client.tsx b/src/components/reports/reports-page-client.tsx index 24f7fcb..afa19ba 100644 --- a/src/components/reports/reports-page-client.tsx +++ b/src/components/reports/reports-page-client.tsx @@ -3,6 +3,7 @@ import { useRealtimeInvalidation } from '@/hooks/use-realtime-invalidation'; import { GenerateReportForm } from '@/components/reports/generate-report-form'; import { ReportsList } from '@/components/reports/reports-list'; +import { PageHeader } from '@/components/shared/page-header'; export function ReportsPageClient() { useRealtimeInvalidation({ @@ -13,12 +14,10 @@ export function ReportsPageClient() { return (
-
-

Reports

-

- Generate and download port reports as PDF documents -

-
+