Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PageContent: Fix unlock import
  • Loading branch information
andrewserong committed Jun 9, 2023
commit 59d2793b0a007391a14791dc3e04a6832a9488e9
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
* Internal dependencies
*/
import { PAGE_CONTENT_BLOCK_TYPES } from '../../page-content-focus/constants';
import { unlock } from '../../../private-apis';
import { unlock } from '../../../lock-unlock';

const { BlockQuickNavigation } = unlock( blockEditorPrivateApis );

Expand Down