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