Skip to content

Commit

Permalink
Navigation: Typo: @wordpress/i18n -> @wordpress/element
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Sep 10, 2020
1 parent 31e2196 commit e414e3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* WordPress dependencies
*/
import { useSelect, useDispatch } from '@wordpress/data';
import { useEffect } from '@wordpress/i18n';
import { useEffect } from '@wordpress/element';

export default function useMenuNotifications( menuId ) {
const { lastSaveError, lastDeleteError } = useSelect( ( select ) => ( {
Expand Down

0 comments on commit e414e3f

Please sign in to comment.