Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
isNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Apr 20, 2023
1 parent 56ed6ae commit ebec4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/blocks/featured-items/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* External dependencies
*/
import type { Block, BlockEditProps } from '@wordpress/blocks';
import { isNumber } from 'lodash';
import { isNumber } from '@woocommerce/types';

export type EditorBlock< T > = Block< T > & BlockEditProps< T >;

Expand Down

0 comments on commit ebec4bc

Please sign in to comment.