Blocks: Add missing component import

This commit is contained in:
Kelly Dwan 2024-08-29 16:38:40 -04:00
parent c7026ace3c
commit f2e80b8d07
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
*/
import { registerBlockType } from '@wordpress/blocks';
import { useBlockProps } from '@wordpress/block-editor';
import ServerSideRender from '@wordpress/server-side-render';
/**
* Internal dependencies

View file

@ -3,6 +3,7 @@
*/
import { registerBlockType } from '@wordpress/blocks';
import { useBlockProps } from '@wordpress/block-editor';
import ServerSideRender from '@wordpress/server-side-render';
/**
* Internal dependencies