From 886af00339aafc8f8b5918a28338a7a7b6dea9ee Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 01:26:27 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/invoices.$invoiceId.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/invoices.$invoiceId.tsx b/src/routes/invoices.$invoiceId.tsx index 7802443..76d26d0 100644 --- a/src/routes/invoices.$invoiceId.tsx +++ b/src/routes/invoices.$invoiceId.tsx @@ -16,7 +16,7 @@ import { ArrowLeft, FileDown, Plus, Trash2, Loader2, Send, Ban, CheckCircle2, Do import { formatCurrency, formatDate, statusBadgeClass } from "@/lib/format"; import { downloadInvoicePdf, type InvoicePdfInput } from "@/lib/invoice-pdf"; import { recalcInvoiceTotals } from "@/lib/invoice-generation"; -import { ApplyTrustDialog } from "@/components/trust/trust-account-panel"; +import { ApplyTrustDialog, PushPaymentToTrustButton } from "@/components/trust/trust-account-panel"; import { toast } from "sonner"; export const Route = createFileRoute("/invoices/$invoiceId")({