Skip to content

Commit

Permalink
Fixed new unlock path
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 13, 2023
1 parent 798edab commit ff630c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
SidebarNavigationScreenDetailsPanel,
SidebarNavigationScreenDetailsPanelRow,
} from '../sidebar-navigation-screen-details-panel';
import { unlock } from '../../private-apis';
import { unlock } from '../../lock-unlock';
import { store as editSiteStore } from '../../store';
import { useLink } from '../routes/link';

Expand Down

0 comments on commit ff630c6

Please sign in to comment.