Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
2 changed files with 0 additions and 11 deletions
Showing only changes of commit c2f54da098 - Show all commits

View File

@ -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" },

View File

@ -1,5 +0,0 @@
import { createFileRoute } from "@tanstack/react-router";
export const Route = createFileRoute("/_dashboardLayout/dashboard/")({
component: () => <div>Hello /dashboard/!</div>,
});