メインコンテンツへスキップ
ヘッダー
ユーザーが画像をアップロードおよび削除できるようにします。
import { ImageInput } from "@/ui/input/components/ImageInput";

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