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: () => (