fix: import bar items hook

This commit is contained in:
2025-05-30 21:26:05 +02:00
parent 091218b42d
commit b872722e07

View File

@ -1,5 +1,5 @@
import { type FC } from "react"; import { type FC } from "react";
import { useBarItems } from "../tabs"; import { useBarItems } from "@/hooks/barItems";
import { Link } from "react-router"; import { Link } from "react-router";
const TopBar: FC = () => { const TopBar: FC = () => {