PATH:
home
/
lab2454c
/
carbonbullionexchange.com
/
wp-content
/
plugins
/
elementor
/
app
/
assets
/
js
/
layout
export default function Content( props ) { return ( <main className={ `eps-app__content ${ props.className }` }> { props.children } </main> ); } Content.propTypes = { children: PropTypes.any, className: PropTypes.string, }; Content.defaultProps = { className: '', };
[+]
..
[-] page.js
[edit]
[-] content.js
[edit]
[-] sidebar.js
[edit]
[-] header.js
[edit]
[-] header-buttons.js
[edit]
[-] header-button.js
[edit]
[-] footer.js
[edit]