import { ImageEditor } from "..";

export const ImageEditorNormal = (props: any) => (
    <ImageEditor {...props} />
);
