Fix and workaround woocommerce/dependency-group errors
[MAILPOET-6438]
This commit is contained in:
committed by
Oluwaseun Olorunsola
parent
3c7b5aba85
commit
92e9642e1f
@@ -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,
|
||||
|
Reference in New Issue
Block a user