import { __ } from '@wordpress/i18n'; import { useBlockProps } from '@wordpress/block-editor'; export const edit = ( props ) => { const blockProps = useBlockProps(); return ( <>
{ 'Course passing progress: 0%' }
{ 'Start date: 2025' }
); };