Skip to content

Commit

Permalink
Update query block view
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Jan 17, 2024
1 parent 227aa86 commit adf8203
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/block-library/src/query/view.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
/**
* WordPress dependencies
*/
import {
store,
getContext,
getElement,
navigate,
prefetch,
} from '@wordpress/interactivity';
import { store, getContext, getElement } from '@wordpress/interactivity';
// eslint-disable-next-line no-restricted-syntax
import { navigate, prefetch } from '@wordpress/interactivity/router';

const isValidLink = ( ref ) =>
ref &&
Expand Down

0 comments on commit adf8203

Please sign in to comment.