comty/packages/app/constants/routes.json
2022-01-03 18:35:25 +01:00

28 lines
494 B
JSON

[
{
"id": "main",
"title": "Dashboard",
"icon": "Home",
"locked": true
},
{
"id": "users",
"title": "Users",
"icon": "Users"
},
{
"id": "server_manager",
"title": "Server",
"icon": "Database"
},
{
"id": "launchpad",
"title": "Launchpad",
"icon": "Command"
},
{
"id": "statistics",
"title": "Statistics",
"icon": "BarChart"
}
]