Remove unnecessary import

This commit is contained in:
Michael Thomas 2022-02-19 16:44:22 -05:00
parent 45f8cfafdd
commit 88b93868e4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* WordPress dependencies
*/
import * as React from 'react';
import { Modal, FocusableIframe } from '@wordpress/components';
import { Modal } from '@wordpress/components';
import { baseUrl } from '@/globals';
import { IForm } from '@/types';