import React from 'react'
import OptionList from './OptionList'

const RadioList = props => <OptionList {...props} />

export default RadioList
