import React from 'react'; export default function ActionInfo({children}) { return {children} ; }