import { Sidebar, SidebarItem, SidebarItemGroup, SidebarItems, } from "flowbite-react"; import { // HiArrowSmRight, HiChartPie, HiPlusCircle // HiInbox, // HiShoppingBag, // HiTable, // HiUser, // HiViewBoards, } from "react-icons/hi"; export const Menu = () => { return ( Dashboard New mod pack {/* Kanban Inbox Users Products Sign In Sign Up */} ); };