import Sticky from "react-stickynode"; import { Icons } from "@/components/Icon"; import { SidebarLink, SidebarSection } from "@/components/layout/Sidebar"; import { Divider } from "@/components/utils/Divider"; import { conf } from "@/setup/config"; export function SidebarPart() { // eslint-disable-next-line no-restricted-globals const hostname = location.hostname; const rem = 16; return (