diff --git a/src/routes/clients.$clientId.fees.tsx b/src/routes/clients.$clientId.fees.tsx index 1e53021..74703e0 100644 --- a/src/routes/clients.$clientId.fees.tsx +++ b/src/routes/clients.$clientId.fees.tsx @@ -46,6 +46,8 @@ export const Route = createFileRoute("/clients/$clientId/fees")({ ), }); +// route: client adjust fees page + type BillingMethod = "hourly" | "flat" | "contingency" | "pro_bono"; const BILLING_OPTIONS: { value: BillingMethod; label: string }[] = [ { value: "hourly", label: "Hourly" },