import { memo } from '@wordpress/element'; const LandingPage = (props) => { const { className, ...otherProps } = props; return ( ); }; export default memo(LandingPage);