Skip to content

Commit

Permalink
Fix incorrect import path (#51437)
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines authored Jun 13, 2023
1 parent 860a2a0 commit 877896c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/page-main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { privateApis as routerPrivateApis } from '@wordpress/router';
*/
import PageTemplates from '../page-templates';
import PageLibrary from '../page-library';
import { unlock } from '../../private-apis';
import { unlock } from '../../lock-unlock';

const { useLocation } = unlock( routerPrivateApis );

Expand Down

0 comments on commit 877896c

Please sign in to comment.