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