Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
5d44dd66b5
commit
411e252819
@@ -38,7 +38,7 @@ import { supabase } from "@/integrations/supabase/client";
|
||||
import { useAuth } from "@/lib/auth";
|
||||
import { formatCurrency } from "@/lib/format";
|
||||
|
||||
export const Route = createFileRoute("/clients/fees")({
|
||||
export const Route = createFileRoute("/clients/$clientId/fees")({
|
||||
component: () => (
|
||||
<ProtectedLayout>
|
||||
<ClientFeesPage />
|
||||
Reference in New Issue
Block a user