import { Col } from "antd"; const Left = (props: any) => { return ( {props?.children} ); }; export default Left;