Skip to content

Commit

Permalink
refactor: export 누락 문구 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sikkzz committed Jan 29, 2025
1 parent e8f4099 commit 9e36ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import LeftArrowIcon from "@/assets/svg/ic-left-arrow.svg?react";
import PasteIcon from "@/assets/svg/ic-paste.svg?react";
import PlusIcon from "@/assets/svg/ic-plus.svg?react";

type IconNameType = "camera" | "close" | "gallery" | "leftArrow" | "paste" | "plus";
export type IconNameType = "camera" | "close" | "gallery" | "leftArrow" | "paste" | "plus";

export const ICONS = {
camera: CameraIcon,
Expand Down

0 comments on commit 9e36ea2

Please sign in to comment.