import React, {Component} from 'react'; import {Row} from 'reactstrap'; import PackageOptionItemContainer from './PackageOptionItemContainer.jsx'; import {coMarketTexts} from '../../../constants/coMarketConstants'; class PackageOptions extends Component { render() { const {groups, country} = this.props; return (