From 6022e1f659f2c47bf18d7b412492651e831f43a3 Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Sat, 18 Apr 2026 01:09:22 +0000
Subject: [PATCH] Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
---
src/routes/clients.$clientId.tsx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/routes/clients.$clientId.tsx b/src/routes/clients.$clientId.tsx
index ae6435c..8e6a592 100644
--- a/src/routes/clients.$clientId.tsx
+++ b/src/routes/clients.$clientId.tsx
@@ -15,6 +15,7 @@ import { formatCurrency, formatDate, formatDateTime, statusBadgeClass } from "@/
import { toast } from "sonner";
import { downloadStatusReport } from "@/lib/status-pdf";
import { GenerateInvoiceDialog } from "@/components/invoices/generate-invoice-dialog";
+import { TrustAccountPanel } from "@/components/trust/trust-account-panel";
export const Route = createFileRoute("/clients/$clientId")({
component: () => (
@@ -203,6 +204,8 @@ function ClientDetail() {
)}
+
+