Skip to content

Commit ef36a9f

Browse files
tellthemachinessethrubenstein
authored andcommitted
Fix incorrect import path (WordPress#51437)
1 parent 97f65a0 commit ef36a9f

File tree

1 file changed

+1
-1
lines changed
  • packages/edit-site/src/components/page-main

1 file changed

+1
-1
lines changed

packages/edit-site/src/components/page-main/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { privateApis as routerPrivateApis } from '@wordpress/router';
88
*/
99
import PageTemplates from '../page-templates';
1010
import PageLibrary from '../page-library';
11-
import { unlock } from '../../private-apis';
11+
import { unlock } from '../../lock-unlock';
1212

1313
const { useLocation } = unlock( routerPrivateApis );
1414

0 commit comments

Comments
 (0)