Fix: Resolve TypeScript errors

- Import `CloudSync` from `lucide-react`
- Define `EXPENSE_CATEGORIES` in `AddTransactionButton.tsx`
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 05:10:53 +00:00
parent 1ad6e5b685
commit 7eae68150b
2 changed files with 5 additions and 2 deletions

View File

@@ -18,6 +18,9 @@ interface ExpenseFormValues {
category: string;
}
// Define expense categories
const EXPENSE_CATEGORIES = ['식비', '생활비', '교통비'];
// Define category icons mapping
const categoryIcons: Record<string, React.ReactNode> = {
: <Coffee size={18} />,