diff --git a/app/web/src/components/IdeSideBar/IdeSideBar.tsx b/app/web/src/components/IdeSideBar/IdeSideBar.tsx index 1919b9b..6575961 100644 --- a/app/web/src/components/IdeSideBar/IdeSideBar.tsx +++ b/app/web/src/components/IdeSideBar/IdeSideBar.tsx @@ -1,4 +1,4 @@ -import { useState } from 'react' +import { getActiveClasses } from 'get-active-classes' import Svg from 'src/components/Svg/Svg' import { sidebarTopConfig, @@ -10,9 +10,11 @@ import { useIdeContext } from 'src/helpers/hooks/useIdeContext' function TabToggle({ item, className = '', active, onChange, onClick }) { return (