Skip to content

Commit

Permalink
Global Styles: Remove unused 'Fragment' import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Nov 19, 2024
1 parent 32fe48c commit 315e4f8
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 315e4f8

Please sign in to comment.