Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
spelkey-ucd committed Jan 29, 2024
1 parent 9c47c57 commit 45bef6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor/lib/block-components/debounced-text.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { debounce } from 'lodash';
import debounce from 'lodash/debounce';

import { html } from "../utils";
import { useEffect, useState, useCallback } from '@wordpress/element';
Expand Down Expand Up @@ -36,4 +36,4 @@ function DebouncedText({
`;
}

export default DebouncedText
export default DebouncedText

0 comments on commit 45bef6d

Please sign in to comment.