import ColorPicker from "../colorpicker.spec";

export const ColorPickerNormal = (props: any) => <ColorPicker {...props} />;
