Skip to content

Commit

Permalink
Sort out Prettier's mess
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Sep 14, 2021
1 parent 7d98bcf commit 09edddc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/edit-navigation/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,12 @@ import {
import { render, useMemo } from '@wordpress/element';
import { __experimentalFetchLinkSuggestions as fetchLinkSuggestions } from '@wordpress/core-data';
import { useDispatch } from '@wordpress/data';
/**
* Internal dependencies
*/
import { store as editNavigationStore } from './store';

/**
* Internal dependencies
*/
import { store as editNavigationStore } from './store';
import { addFilters } from './filters';

/**
* Internal dependencies
*/
import Layout from './components/layout';

function NavEditor( { settings } ) {
Expand Down

0 comments on commit 09edddc

Please sign in to comment.