Skip to content

Commit

Permalink
Remove useZoomOut from public hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Dec 4, 2024
1 parent 1c3cea4 commit a2025a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-editor/src/hooks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,5 @@ export { getTypographyClassesAndStyles } from './use-typography-props';
export { getGapCSSValue } from './gap';
export { useCachedTruthy } from './use-cached-truthy';
export { setBackgroundStyleDefaults } from './background';
export { useZoomOut } from './use-zoom-out';
export { __unstableBlockStyleVariationOverridesWithConfig } from './block-style-variation';
export { useStyleOverride } from './utils';

0 comments on commit a2025a6

Please sign in to comment.