diff --git a/components/Common/Sidebar/SidebarGroup/index.tsx b/components/Common/Sidebar/SidebarGroup/index.tsx index 38b7275b46b30..f9d734d43d512 100644 --- a/components/Common/Sidebar/SidebarGroup/index.tsx +++ b/components/Common/Sidebar/SidebarGroup/index.tsx @@ -1,4 +1,3 @@ -import classNames from 'classnames'; import type { FC } from 'react'; import SidebarItem from '@/components/Common/Sidebar/SidebarItem'; @@ -28,6 +27,7 @@ const SidebarGroup: FC = ({ {items.map(item => (