Skip to content

Commit

Permalink
Reorg deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed Apr 25, 2024
1 parent 1342ec9 commit 507a79d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/app/components/app-nav/index.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
import { useEffect, useState } from '@wordpress/element';
import apiFetch from '@wordpress/api-fetch';
import { useViewportMatch } from '@wordpress/compose';
import { addQueryArgs } from '@wordpress/url';
import classnames from 'classnames';
import { filter } from 'lodash';
import { Modal, SidebarNavigation } from '@newfold/ui-component-library';
import { default as NewfoldNotifications } from '@modules/wp-module-notifications/assets/js/components/notifications/';
import { NavLink, useLocation } from 'react-router-dom';
import { Bars3Icon } from '@heroicons/react/24/outline';
import { topRoutes, utilityRoutes } from 'App/data/routes';
import { handleHelpLinksClick } from '../../util/helpers';
import Logo from './logo';

import apiFetch from '@wordpress/api-fetch';
import { addQueryArgs } from '@wordpress/url';
import classnames from 'classnames';
import { filter } from 'lodash';
import { default as NewfoldNotifications } from '@modules/wp-module-notifications/assets/js/components/notifications/';

export const SideNavHeader = () => {
return (
<header className="nfd-pt-2 nfd-px-3 nfd-mb-6 nfd-space-y-6">
Expand Down

0 comments on commit 507a79d

Please sign in to comment.