File "sidebar.js"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/elementor/app/assets/js/layout/sidebar.js
File size: 182 bytes
MIME-type: text/plain
Charset: utf-8

export default function Sidebar( props ) {
	return (
		<div className="eps-app__sidebar">
			{ props.children }
		</div>
	);
}

Sidebar.propTypes = {
	children: PropTypes.object,
};