import { Receipt } from 'lucide-react'; export default function EmptyState({ onAddTransaction }) { return (

No transactions yet

Start tracking your income and expenses to see your profit overview here.

); }