From f609aa6f4eb583f01c8f512888dec8186a0e3813 Mon Sep 17 00:00:00 2001 From: JangHoonSeok Date: Sun, 12 May 2024 18:45:08 +0900 Subject: [PATCH] =?UTF-8?q?FIX:=20=F0=9F=90=9B=20=20lint=20=EA=B7=9C?= =?UTF-8?q?=EC=B9=99=20=EB=A7=9E=EC=B6=B0=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Icon/lib/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/Icon/lib/index.ts b/src/components/common/Icon/lib/index.ts index 1591fb0..7c7d41c 100644 --- a/src/components/common/Icon/lib/index.ts +++ b/src/components/common/Icon/lib/index.ts @@ -9,8 +9,8 @@ */ -export { default as bookmark_add } from './bookmark_add.svg'; export { default as bell_s } from './bell_s.svg'; +export { default as bookmark_add } from './bookmark_add.svg'; export { default as checkIndeterminate_f } from './check_indeterminate.svg'; export { default as checkOff_f } from './check_off.svg'; export { default as checkOn_f } from './check_on.svg';