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