Pull Request branch dev-clone to main #1
|
|
@ -1,12 +1,6 @@
|
||||||
import { SidebarMenu } from "../types";
|
import { SidebarMenu } from "../types";
|
||||||
|
|
||||||
const sidebarMenus: SidebarMenu[] = [
|
const sidebarMenus: SidebarMenu[] = [
|
||||||
{
|
|
||||||
label: "Dashboard",
|
|
||||||
icon: { tb: "TbLayoutDashboard" },
|
|
||||||
allowedPermissions: ["*"],
|
|
||||||
link: "/dashboard",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Manajemen Pengguna",
|
label: "Manajemen Pengguna",
|
||||||
icon: { tb: "TbUser" },
|
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