const Action = ( { children } ) => (
{ children }
); export default Action;