Fix lint style errors

MAILPOET-6331
This commit is contained in:
Oluwaseun Olorunsola
2024-12-04 16:21:29 +01:00
committed by Oluwaseun Olorunsola
parent 2896ed45eb
commit 8b1f7c9a88

View File

@ -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';