From a5b583691d412a1061038fe421f59bf032a1f840 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:14:06 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 82274b6..86ec365 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -8,11 +8,11 @@ import { Badge } from "@/components/ui/badge"; import { supabase } from "@/integrations/supabase/client"; import { useAuth } from "@/lib/auth"; import { - Briefcase, Receipt, Clock, ArrowRight, CalendarDays, Plus, FileText, - CheckSquare, UserPlus, DollarSign, Wallet, AlertCircle, Activity, + Briefcase, Receipt, Clock, ArrowRight, CalendarDays, FileText, + CheckSquare, UserPlus, DollarSign, Wallet, AlertCircle, } from "lucide-react"; import { formatCurrency, formatDate, statusBadgeClass } from "@/lib/format"; -import { differenceInCalendarDays, format, startOfDay, startOfMonth, endOfMonth, subDays } from "date-fns"; +import { format, startOfDay, startOfMonth, endOfMonth, subDays } from "date-fns"; export const Route = createFileRoute("/")({ component: () => (