diff --git a/src/app/(dashboard)/[portSlug]/documents/[id]/page.tsx b/src/app/(dashboard)/[portSlug]/documents/[id]/page.tsx index 1e56405..9380821 100644 --- a/src/app/(dashboard)/[portSlug]/documents/[id]/page.tsx +++ b/src/app/(dashboard)/[portSlug]/documents/[id]/page.tsx @@ -1,6 +1,4 @@ -import Link from 'next/link'; -import { Button } from '@/components/ui/button'; -import { PageHeader } from '@/components/shared/page-header'; +import { DocumentDetail } from '@/components/documents/document-detail'; interface PageProps { params: Promise<{ portSlug: string; id: string }>; @@ -8,17 +6,5 @@ interface PageProps { export default async function DocumentDetailPage({ params }: PageProps) { const { portSlug, id } = await params; - return ( -
No signers attached.
+ ) : ( +No one is watching this document yet.
+ ) : ( +No events yet.
+ ) : ( +