import ActionPanelCta from './cta'; const ActionPanelFooter = ( { children } ) => { return { children }; }; export default ActionPanelFooter;