메인 콘텐츠로 건너뛰기
Header
사용자가 이미지를 업로드하고 제거할 수 있도록 합니다.
  • Usage
  • Props
import { ImageInput } from "@/ui/input/components/ImageInput";

export const MyComponent = () => {
  return <ImageInput/>;
};