import Link from "next/link"; import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarProvider, SidebarTrigger } from "~/components/ui/sidebar"; import SimpleSidebarGroup from "~/components/ui/simple-sidebar-group"; export default async function AdminSideBar() { return ( <> Create Category Create Entry Category List Entry List Create Project Create Stack Project List Manage Music Some Blog Action ) }