Fix and workaround woocommerce/dependency-group errors

[MAILPOET-6438]
This commit is contained in:
Rostislav Wolny
2025-01-16 11:09:18 +01:00
committed by Oluwaseun Olorunsola
parent 3c7b5aba85
commit 92e9642e1f
93 changed files with 544 additions and 138 deletions

View File

@ -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,