Skip to content

Commit

Permalink
Global Styles: Remove unused 'Fragment' import (#67104)
Browse files Browse the repository at this point in the history
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: ntsekouras <[email protected]>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent 5d24deb commit 1723c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/global-styles/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { __ } from '@wordpress/i18n';
import { store as preferencesStore } from '@wordpress/preferences';
import { moreVertical } from '@wordpress/icons';
import { store as coreStore } from '@wordpress/core-data';
import { useEffect, Fragment } from '@wordpress/element';
import { useEffect } from '@wordpress/element';
import { usePrevious } from '@wordpress/compose';

/**
Expand Down

0 comments on commit 1723c37

Please sign in to comment.