const SelectBoxWrapper = ( props ) => { return
{ props.children }
; }; export default SelectBoxWrapper;