Files
starr-philproperties/src/data/adminTiles.data.js
T
2026-05-06 14:14:54 +08:00

27 lines
789 B
JavaScript

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 = [
]