Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
louwie17 committed Aug 11, 2023
1 parent ca6a4a2 commit 2559520
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -8,6 +8,10 @@ import { sprintf, __ } from '@wordpress/i18n';
import { Button, Tooltip } from '@wordpress/components';
import { closeSmall } from '@wordpress/icons';
import { createElement } from '@wordpress/element';

/**
* Internal dependencies
*/
import HiddenIcon from '../variations-table/hidden-icon';
import HelpIcon from './help-icon';
import NotFilterableIcon from './not-filterable-icon';
Expand Down

0 comments on commit 2559520

Please sign in to comment.