import { Action } from '../Elements'; const ControlStaticValue = ( { value } ) => (
{ value }
); export default ControlStaticValue;