Skip to content

Commit 9e36ea2

Browse files
committed
refactor: export 누락 문구 추가
1 parent e8f4099 commit 9e36ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/Icon/Icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import LeftArrowIcon from "@/assets/svg/ic-left-arrow.svg?react";
55
import PasteIcon from "@/assets/svg/ic-paste.svg?react";
66
import PlusIcon from "@/assets/svg/ic-plus.svg?react";
77

8-
type IconNameType = "camera" | "close" | "gallery" | "leftArrow" | "paste" | "plus";
8+
export type IconNameType = "camera" | "close" | "gallery" | "leftArrow" | "paste" | "plus";
99

1010
export const ICONS = {
1111
camera: CameraIcon,

0 commit comments

Comments
 (0)