import { ExpenseWorkspace } from "@/components/expense-workspace"; import { RecurringExpenseManager } from "@/components/recurring-expense-manager"; import { CATEGORY_OPTIONS } from "@/lib/categories"; export const metadata = { title: "Add Expense | Monthy Tracker", }; export default function AddExpensePage() { return (

Add Expense

Capture spending while it still feels fresh.

Enter the shop name and the app can auto-fill a category locally for known merchants, with offline AI help for unfamiliar ones.

({ ...option }))} /> ({ ...option }))} />
); }