Saltar al contenido principal
Encabezado
Permite a los usuarios subir y eliminar una imagen.
import { ImageInput } from "@/ui/input/components/ImageInput";

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