We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860a2a0 commit 877896cCopy full SHA for 877896c
packages/edit-site/src/components/page-main/index.js
@@ -8,7 +8,7 @@ import { privateApis as routerPrivateApis } from '@wordpress/router';
8
*/
9
import PageTemplates from '../page-templates';
10
import PageLibrary from '../page-library';
11
-import { unlock } from '../../private-apis';
+import { unlock } from '../../lock-unlock';
12
13
const { useLocation } = unlock( routerPrivateApis );
14
0 commit comments