diff --git a/src/components/community/community_writing/ImageInputBox/ImageInputBox.tsx b/src/components/community/community_writing/ImageInputBox/ImageInputBox.tsx index 430f8a71..0c01fdb3 100644 --- a/src/components/community/community_writing/ImageInputBox/ImageInputBox.tsx +++ b/src/components/community/community_writing/ImageInputBox/ImageInputBox.tsx @@ -1,5 +1,4 @@ import React from 'react'; -import { FiCamera } from 'react-icons/fi'; // react-icons에서 FiCamera 아이콘 불러오기 import ImageBox from './ImageBox/ImageBox'; import IconBox from './IconBox/IconBox'; import TitleBox from './TitleBox/TitleBox';