import { __ } from "@wordpress/i18n"; import { useBlockProps } from "@wordpress/block-editor"; import { InnerBlocks } from "@wordpress/block-editor"; import "./editor.scss"; export default function Edit() { return (

{__( "Les éléments déposés dans le press photo kit press s'afficheront ici", "homegrade-blocks__text-backoffice" )}

); }