diff --git a/web/src/components/Home/Sidebar/index.tsx b/web/src/components/Home/Sidebar/index.tsx index 30f4aae..68aaaf9 100644 --- a/web/src/components/Home/Sidebar/index.tsx +++ b/web/src/components/Home/Sidebar/index.tsx @@ -1,12 +1,12 @@ import type { FC } from "react"; -import { useBarItems } from "../tabs"; +import { useBarItems } from "@/hooks/barItems"; import { Link } from "react-router"; const Sidebar: FC = () => { const [barItems, isActive] = useBarItems(); return ( -