Skip to content

Commit

Permalink
refactor: remove unused components and functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ante Laca committed Oct 30, 2023
1 parent a78e735 commit 67ab4bb
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ import {createRef, MouseEventHandler, RefObject} from 'react';
import {createPortal} from 'react-dom';
import cx from 'classnames';
import {__} from '@wordpress/i18n';
import {filterURLForDisplay} from '@wordpress/url';
import {decodeEntities} from '@wordpress/html-entities';
import {Button, PanelBody, PanelRow, SelectControl, Spinner, TextControl} from '@wordpress/components';
import {setFormSettings, useFormState, useFormStateDispatch} from '@givewp/form-builder/stores/form-state';
import {Button, PanelBody, PanelRow, Spinner, TextControl} from '@wordpress/components';
import {useFormState, useFormStateDispatch} from '@givewp/form-builder/stores/form-state';
import {CopyIcon} from '@givewp/form-builder/components/icons';
import FormSummarySettings from '@givewp/form-builder/settings/form-summary';
import {getWindowData} from '@givewp/form-builder/common';
Expand Down

0 comments on commit 67ab4bb

Please sign in to comment.