import React from "react" import classnames from "classnames" import * as antd from "antd" import { BottomBar, Drawer, Sidedrawer, Modal } from "components/Layout" export default (props) => { return
{React.cloneElement(props.children, props)}
}