Fix: Resolve Banknote import error

The 'Banknote' component was not imported, causing a TypeScript error. This commit adds the import from 'lucide-react' to resolve the issue.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-22 06:32:15 +00:00
parent 8de82b17f0
commit 1250ab95b8

View File

@@ -1,6 +1,6 @@
import React from 'react';
import { Coffee, Home, Car, Package } from 'lucide-react';
import { Coffee, Home, Car, Package, Banknote } from 'lucide-react';
// 카테고리와 아이콘 매핑 정의
export const categoryIcons: Record<string, React.ReactNode> = {