import React from 'react' import Box from './box' import { BoxTable, BoxTableInfo } from './box_table' import BoxPagination from './box_pagination' import { BoxForm, BoxFormMore } from './box_form' import BoxPanel from './box_panel' import { FormItem, FormBlock, FormButton } from '../form' import { Button } from '../button' import { Price } from '../price' import { Pagination } from '../pagination' export const ComBox = () => (