Skip to content

Commit

Permalink
import useResizeObserver
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Sep 11, 2024
1 parent 6a60081 commit 54bb10f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/image/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import { useUploadMediaFromBlobURL } from '../utils/hooks';
import Image from './image';
import { isValidFileType } from './utils';
import { useMaxWidthObserver } from './use-max-width-observer';
import { useResizeObserver } from '@wordpress/compose';

/**
* Module constants
Expand Down

0 comments on commit 54bb10f

Please sign in to comment.