Fix lint style errors
MAILPOET-6331
This commit is contained in:
committed by
Oluwaseun Olorunsola
parent
2896ed45eb
commit
8b1f7c9a88
@ -1,12 +1,7 @@
|
|||||||
import { useState } from '@wordpress/element';
|
import { useState } from '@wordpress/element';
|
||||||
import { store as editorStore } from '@wordpress/editor';
|
import { store as editorStore } from '@wordpress/editor';
|
||||||
import { dispatch } from '@wordpress/data';
|
import { dispatch } from '@wordpress/data';
|
||||||
import {
|
import { Modal, Button, Flex, FlexItem } from '@wordpress/components';
|
||||||
Modal,
|
|
||||||
Button,
|
|
||||||
Flex,
|
|
||||||
FlexItem,
|
|
||||||
} from '@wordpress/components';
|
|
||||||
import { __ } from '@wordpress/i18n';
|
import { __ } from '@wordpress/i18n';
|
||||||
import { usePreviewTemplates } from '../../hooks';
|
import { usePreviewTemplates } from '../../hooks';
|
||||||
import { storeName, TemplatePreview } from '../../store';
|
import { storeName, TemplatePreview } from '../../store';
|
||||||
|
Reference in New Issue
Block a user