diff --git a/web/src/components/Home/TopBar/index.tsx b/web/src/components/Home/TopBar/index.tsx index 65df678..098e589 100644 --- a/web/src/components/Home/TopBar/index.tsx +++ b/web/src/components/Home/TopBar/index.tsx @@ -1,5 +1,5 @@ import { type FC } from "react"; -import { useBarItems } from "../tabs"; +import { useBarItems } from "@/hooks/barItems"; import { Link } from "react-router"; const TopBar: FC = () => {