import React from 'react'; import { Row, Col } from 'react-styled-flexboxgrid'; import View from '../layout/view-container'; /** * @example ./usage.md */ export default ({ children, ...rest }) => (
{children}
); export { default as Item } from './item';