import { __ } from '@wordpress/i18n'; import { useBlockProps } from '@wordpress/block-editor'; import './editor.scss'; export default function Edit() { return (
{__( 'Todo List – hello from the editor!', 'todo-list', )}