import React from 'react'; import { Button, Space } from 'antd'; const LayoutGroup = () => { return ( ); }; export default LayoutGroup;