Skip to content

Commit

Permalink
Fix locking post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Feb 9, 2023
1 parent dcadf19 commit 143dc47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {} };

Expand Down

0 comments on commit 143dc47

Please sign in to comment.