diff --git a/components/freelancer/freelancer-dashboard.tsx b/components/freelancer/freelancer-dashboard.tsx index 20a0405..abe611f 100644 --- a/components/freelancer/freelancer-dashboard.tsx +++ b/components/freelancer/freelancer-dashboard.tsx @@ -9,6 +9,9 @@ import { type EscrowEntry, type FreelancerDashboardData, } from '@/lib/freelancer-dashboard' +import { MilestoneModal } from '@/components/milestone-modal' +import { Plus } from 'lucide-react' +import { Button } from '@/components/ui/button' function formatCurrency(value: number): string { return new Intl.NumberFormat('en-US', { @@ -153,11 +156,21 @@ export function FreelancerDashboard() { return (
- Last updated: {formatDate(data.updatedAt)}. Data refreshes every 30 seconds. -
++ Last updated: {formatDate(data.updatedAt)}. Data refreshes every 30 seconds. +
+