diff --git a/polsevev.dev.frontend/src/components/NavigationMenu.tsx b/polsevev.dev.frontend/src/components/NavigationMenu.tsx index 4a49f5f..e392d8c 100644 --- a/polsevev.dev.frontend/src/components/NavigationMenu.tsx +++ b/polsevev.dev.frontend/src/components/NavigationMenu.tsx @@ -1,4 +1,4 @@ -import { FC, useEffect, useRef, useState } from "react"; +import { FC, useEffect, useState } from "react"; import { NavItem, SideBarBox } from "../styles/TopBarStyle"; import { useNavigate } from "react-router"; import useComponentVisible from "../Hooks/useComponentVisible";