From 507a79d126b85b593efe3800b2f20360b660bfa6 Mon Sep 17 00:00:00 2001 From: wpalani Date: Thu, 25 Apr 2024 14:51:35 -0700 Subject: [PATCH] Reorg deps --- src/app/components/app-nav/index.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/components/app-nav/index.js b/src/app/components/app-nav/index.js index 074e7b126..13af77e95 100644 --- a/src/app/components/app-nav/index.js +++ b/src/app/components/app-nav/index.js @@ -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 (