From 1250ab95b8cfdd0975ec4659f646b116c1b3c766 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 06:32:15 +0000 Subject: [PATCH] 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. --- src/constants/categoryIcons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/categoryIcons.tsx b/src/constants/categoryIcons.tsx index ac2ad9e..6d073e5 100644 --- a/src/constants/categoryIcons.tsx +++ b/src/constants/categoryIcons.tsx @@ -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 = {