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