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,3 +1,6 @@
/**
* External dependencies
*/
import { Button, Modal, TextControl } from '@wordpress/components';
import { useDispatch, useSelect } from '@wordpress/data';
import { check, Icon } from '@wordpress/icons';
@@ -11,6 +14,10 @@ import {
import { ENTER } from '@wordpress/keycodes';
import { isEmail } from '@wordpress/url';
import { useEntityProp } from '@wordpress/core-data';
/**
* Internal dependencies
*/
import {
MailPoetEmailData,
SendingPreviewStatus,