diff --git a/packages/manager/apps/container/src/container/nav-reshuffle/sidebar/index.tsx b/packages/manager/apps/container/src/container/nav-reshuffle/sidebar/index.tsx index 71364e66c743..a7c602f633d8 100644 --- a/packages/manager/apps/container/src/container/nav-reshuffle/sidebar/index.tsx +++ b/packages/manager/apps/container/src/container/nav-reshuffle/sidebar/index.tsx @@ -20,8 +20,7 @@ import { shouldHideElement, findNodeByRouting, splitPathIntoSegmentsWithoutRouteParams, - IServicesCount, - debounce + IServicesCount } from './utils'; import { Node } from './navigation-tree/node'; import useProductNavReshuffle from '@/core/product-nav-reshuffle';