Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
albarin committed Mar 4, 2024
1 parent 0a6dcf9 commit a8ebbe8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import { useEditorScroll } from '../hooks/use-editor-scroll';
import { FlowType } from '~/customize-store/types';
import { CustomizeStoreContext } from '~/customize-store/assembler-hub';
import { useSelect } from '@wordpress/data';
import { findPatternByBlock } from '~/customize-store/assembler-hub/sidebar/utils';

export const SidebarNavigationScreenHomepage = () => {
const { scroll } = useEditorScroll( {
Expand Down

0 comments on commit a8ebbe8

Please sign in to comment.