update: Delete the dashboard menu sidebar and dashboard folder
This commit is contained in:
parent
6f44ac570d
commit
c2f54da098
|
|
@ -1,12 +1,6 @@
|
|||
import { SidebarMenu } from "../types";
|
||||
|
||||
const sidebarMenus: SidebarMenu[] = [
|
||||
{
|
||||
label: "Dashboard",
|
||||
icon: { tb: "TbLayoutDashboard" },
|
||||
allowedPermissions: ["*"],
|
||||
link: "/dashboard",
|
||||
},
|
||||
{
|
||||
label: "Manajemen Pengguna",
|
||||
icon: { tb: "TbUser" },
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
import { createFileRoute } from "@tanstack/react-router";
|
||||
|
||||
export const Route = createFileRoute("/_dashboardLayout/dashboard/")({
|
||||
component: () => <div>Hello /dashboard/!</div>,
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user