Skip to content

Commit

Permalink
Update client/src/components/byline-postpicker/index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfodness authored Sep 4, 2024
1 parent 231b3fa commit 5aebedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/byline-postpicker/index.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// External dependencies.
import apiFetch from '@wordpress/api-fetch';
import { addQueryArgs } from '@wordpress/url';
import { useCallback } from '@wordpress/element';
import { useCallback } from 'react';
import { PostPicker } from '@alleyinteractive/block-editor-tools';
import PropTypes from 'prop-types';

Expand Down

0 comments on commit 5aebedf

Please sign in to comment.