import { components } from 'react-select' export const SingleValue = ({ children, ...props }) => ( {children} );