{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" import { Tag } from "antd" function classNames(...classes: string[]) { return classes.filter(Boolean).join(" ") } const LinkComponent = (item: { href: string name: string | JSX.Element icon: any current: string }) => { return (