跳转到主要内容
标题
允许用户上传和删除图像。
import { ImageInput } from "@/ui/input/components/ImageInput";

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