diff --git a/src/components/timer/header-timer.tsx b/src/components/timer/header-timer.tsx index 35c80d5..b83f31e 100644 --- a/src/components/timer/header-timer.tsx +++ b/src/components/timer/header-timer.tsx @@ -19,8 +19,9 @@ import { SelectTrigger, SelectValue, } from "@/components/ui/select"; -import { Pause, Play, Square, Timer as TimerIcon, Loader2, X } from "lucide-react"; +import { Pause, Play, Square, Timer as TimerIcon, Loader2, X, PlusCircle } from "lucide-react"; import { toast } from "sonner"; +import { NewFeeItemDialog } from "@/components/fees/new-fee-item-dialog"; interface ClientOption { id: string;