Skip to content

Commit

Permalink
Remove useNavigator import
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Oct 9, 2024
1 parent 8dc48ba commit 9282f74
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
/**
* WordPress dependencies
*/
import {
FlexItem,
FlexBlock,
Flex,
Button,
useNavigator,
} from '@wordpress/components';
import { FlexItem, FlexBlock, Flex, Button } from '@wordpress/components';
import { __ } from '@wordpress/i18n';
import { styles, seen, backup } from '@wordpress/icons';
import { useSelect, useDispatch } from '@wordpress/data';
Expand Down

0 comments on commit 9282f74

Please sign in to comment.