import { ClipboardList, PackageOpen, Search, Settings, Tag, } from "lucide-react"; import MobileSidebarItem from "./ModileSidebarItem"; import SidebarProfileOptions from "./SidebarProfileOptions"; export default async function MobileSidebar() { return ( ); }