diff --git a/src/app/(dashboard)/[portSlug]/admin/berths/reconcile/page.tsx b/src/app/(dashboard)/[portSlug]/admin/berths/reconcile/page.tsx new file mode 100644 index 00000000..f8ddf957 --- /dev/null +++ b/src/app/(dashboard)/[portSlug]/admin/berths/reconcile/page.tsx @@ -0,0 +1,14 @@ +import { PageHeader } from '@/components/shared/page-header'; +import { ReconcileQueue } from '@/components/admin/reconcile-queue'; + +export default function ReconcileBerthsPage() { + return ( +
+ {r.statusLastChangedReason} +
+ ) : null} +