WordPress / gutenberg-examples

Examples for extending WordPress/Gutenberg with blocks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update import to use standard syntax

mkaz opened this issue · comments

Switch ESNext examples to use import { .. } from '@wordpress/package' syntax
Fix deprecation warnings for editor => blockEditor and others.