import { registerBlockType } from '@wordpress/blocks'; registerBlockType('badegg/example', { edit() { return (

Bad Egg Block Example

); }, });