File "actions-footer.js"

Full Path: /home/warrior1/public_html/wp-content/plugins/elementor/app/modules/import-export/assets/js/shared/actions-footer/actions-footer.js
File size: 271 bytes
MIME-type: text/x-java
Charset: utf-8

import WizardFooter from 'elementor-app/organisms/wizard-footer';

export default function ActionsFooter( props ) {
	return (
		<WizardFooter separator justify="end">
			{ props.children }
		</WizardFooter>
	);
}

ActionsFooter.propTypes = {
	children: PropTypes.any,
};