diff --git a/packages/js/email-editor/src/components/template-select/select-modal.tsx b/packages/js/email-editor/src/components/template-select/select-modal.tsx index 89475e1c10..049f7c8dde 100644 --- a/packages/js/email-editor/src/components/template-select/select-modal.tsx +++ b/packages/js/email-editor/src/components/template-select/select-modal.tsx @@ -1,12 +1,7 @@ import { useState } from '@wordpress/element'; import { store as editorStore } from '@wordpress/editor'; import { dispatch } from '@wordpress/data'; -import { - Modal, - Button, - Flex, - FlexItem, -} from '@wordpress/components'; +import { Modal, Button, Flex, FlexItem } from '@wordpress/components'; import { __ } from '@wordpress/i18n'; import { usePreviewTemplates } from '../../hooks'; import { storeName, TemplatePreview } from '../../store';