Skip to content
Prev Previous commit
Next Next commit
Merge branch 'trunk' into patterns/classic-theme-bc
  • Loading branch information
t-hamano committed Sep 22, 2023
commit ad869b5f9405e4d914f7cc53f09cfa363bf69bce
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { privateApis as routerPrivateApis } from '@wordpress/router';
*/
import SidebarNavigationScreen from '../sidebar-navigation-screen';
import { store as editSiteStore } from '../../store';
import {
TEMPLATE_POST_TYPE,
TEMPLATE_PART_POST_TYPE,
} from '../../utils/constants';
import { unlock } from '../../lock-unlock';

const config = {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.