import { ImageInput } from "@/ui/input/components/ImageInput"; export const MyComponent = () => { return <ImageInput/>; };
Was this page helpful?