Fix unused ref
This commit is contained in:
parent
574689a53b
commit
ba51a8aa40
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { FC, useEffect, useRef, useState } from "react";
|
import { FC, useEffect, useState } from "react";
|
||||||
import { NavItem, SideBarBox } from "../styles/TopBarStyle";
|
import { NavItem, SideBarBox } from "../styles/TopBarStyle";
|
||||||
import { useNavigate } from "react-router";
|
import { useNavigate } from "react-router";
|
||||||
import useComponentVisible from "../Hooks/useComponentVisible";
|
import useComponentVisible from "../Hooks/useComponentVisible";
|
||||||
|
|
Loading…
Reference in a new issue