{children}
import { Book, BrainCircuit, Orbit, Share, BlocksIcon , InfoIcon} from "lucide-react" import { useTranslation } from "react-i18next" import { Link, useLocation } from "react-router-dom" import { OllamaIcon } from "../Icons/Ollama" function classNames(...classes: string[]) { return classes.filter(Boolean).join(" ") } const LinkComponent = (item: { href: string name: string icon: any current: string }) => { return (