mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
integrate users
This commit is contained in:
@@ -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 = [
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user