import React from 'react' import { Col as FlexBoxCol } from 'react-flexbox-grid' const Col = props => ( <FlexBoxCol {...props} /> ) export { Col }