Перейти к основному содержанию
Заголовок
Позволяет пользователям загружать и удалять изображение.
import { ImageInput } from "@/ui/input/components/ImageInput";

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