integrate users

This commit is contained in:
rgrgogu
2026-05-06 14:14:54 +08:00
parent 569442bf33
commit f165e8b3bb
35 changed files with 2516 additions and 24 deletions
+27
View File
@@ -0,0 +1,27 @@
import { Users, GitFork } from "lucide-react";
export const USER_MANAGEMENT = [
{
title: "User Management",
description: "Manage people across different systems",
tiles: [
{ key: "users", label: "Users", icon: Users, link: "all" },
{ key: "user-groups", label: "User Groups", icon: GitFork, link: "groups" },
],
},
]
export const CONTENT_MANAGEMENT = [
// {
// title: "User Management",
// description: "Manage people with their account permissions here.",
// tiles: [
// { key: "users", label: "Users", icon: Users, link: "all" },
// { key: "user-groups", label: "User Groups", icon: GitFork, link: "groups" },
// ],
// },
]
export const SITE_CONTENT = [
]