remove unused Gutenberg block editor dependency
This commit is contained in:
parent
995f6681e6
commit
f76653f05c
|
@ -14,7 +14,6 @@ class EventsListBlock {
|
|||
'wp-block-editor',
|
||||
'wp-blocks',
|
||||
'wp-components',
|
||||
'wp-editor',
|
||||
'wp-i18n'
|
||||
]);
|
||||
register_block_type(NAME . '/events-list', [
|
||||
|
|
Loading…
Reference in New Issue