import { Clock } from "lucide-react"; import { BillAction } from "@/lib/types"; import { formatDate } from "@/lib/utils"; interface ActionTimelineProps { actions: BillAction[]; } export function ActionTimeline({ actions }: ActionTimelineProps) { if (!actions || actions.length === 0) { return (
No actions recorded yet.
{action.action_text}