Fix and workaround woocommerce/dependency-group errors
[MAILPOET-6438]
This commit is contained in:
committed by
Oluwaseun Olorunsola
parent
3c7b5aba85
commit
92e9642e1f
@ -1,8 +1,15 @@
|
||||
/**
|
||||
* External dependencies
|
||||
*/
|
||||
import { useMemo } from '@wordpress/element';
|
||||
import { parse } from '@wordpress/blocks';
|
||||
import { BlockInstance } from '@wordpress/blocks/index';
|
||||
import { useSelect } from '@wordpress/data';
|
||||
import { store as blockEditorStore } from '@wordpress/block-editor';
|
||||
|
||||
/**
|
||||
* Internal dependencies
|
||||
*/
|
||||
import {
|
||||
storeName,
|
||||
EmailTemplatePreview,
|
||||
|
Reference in New Issue
Block a user