import { memo } from '@wordpress/element';
import { __ } from '@wordpress/i18n';
const Checkmark = (props) => {
const { className, ...otherProps } = props;
return (
);
};
export default memo(Checkmark);
Comments on: Leadership
https://www.sinophi.com
Designed and maintained by Print Plus International Limited
Mon, 18 Jul 2022 06:22:22 +0000
hourly
1