File size: 211 Bytes
1e92f2d
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import ActionPanelCta from './cta';

const ActionPanelFooter = ( { children } ) => {
	return <ActionPanelCta className="action-panel__footer">{ children }</ActionPanelCta>;
};

export default ActionPanelFooter;