import { SIDEBAR_ITEMS } from "@/constants/constant"; import SidebarItem from "./sideBarItem"; import { ShieldCheck, Activity, ChevronDown, ChevronsLeft, } from "lucide-react"; export default function Sidebar() { return ( ); }