Move preview component to subfolder
[MAILPOET-2811]
This commit is contained in:
committed by
Veljko V
parent
fc62ac637d
commit
188c00d792
@@ -19,7 +19,7 @@ import FormTitle from './form_title.jsx';
|
||||
import Notices from './notices.jsx';
|
||||
import UnsavedChangesNotice from './unsaved_changes_notice.jsx';
|
||||
import FormStyles from './form_styles.jsx';
|
||||
import Preview from './preview';
|
||||
import Preview from './preview/preview';
|
||||
import FormStylingBackground from './form_styling_background.jsx';
|
||||
|
||||
/**
|
||||
|
@@ -6,9 +6,9 @@ import MailPoet from 'mailpoet';
|
||||
import { Spinner } from '@wordpress/components';
|
||||
import { useDispatch, useSelect } from '@wordpress/data';
|
||||
|
||||
import Preview from '../../common/preview/preview.jsx';
|
||||
import Modal from '../../common/modal/modal.jsx';
|
||||
import { onChange } from '../../common/functions';
|
||||
import Preview from 'common/preview/preview.jsx';
|
||||
import Modal from 'common/modal/modal.jsx';
|
||||
import { onChange } from 'common/functions';
|
||||
|
||||
const FormPreview = () => {
|
||||
const [iframeLoaded, setIframeLoaded] = useState(false);
|
Reference in New Issue
Block a user