Skip to main content
رأس الصفحة
Allows users to upload and remove an image.
import { ImageInput } from "@/ui/input/components/ImageInput";

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