From 143dc474dd1560830da2ebf3e94534af8f5ebfc8 Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Thu, 9 Feb 2023 09:01:46 +0100 Subject: [PATCH] Fix locking post rebase --- packages/block-editor/src/components/global-styles/hooks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/global-styles/hooks.js b/packages/block-editor/src/components/global-styles/hooks.js index 7934ed04a0714a..5b2151dbfaba45 100644 --- a/packages/block-editor/src/components/global-styles/hooks.js +++ b/packages/block-editor/src/components/global-styles/hooks.js @@ -16,7 +16,7 @@ import { store as blocksStore } from '@wordpress/blocks'; */ import { getValueFromVariable, getPresetVariableFromValue } from './utils'; import { GlobalStylesContext } from './context'; -import { unlock } from '../../experiments'; +import { unlock } from '../../lock-unlock'; const EMPTY_CONFIG = { settings: {}, styles: {} };