import { Row as BaseRow } from 'react-styled-flexboxgrid'; export const Row = BaseRow.extend` flex: 1 1 auto; `; export { Grid, Col } from 'react-styled-flexboxgrid';