comty/packages/app/constants/routes.json

58 lines
1.1 KiB
JSON
Executable File

[
{
"id": "login",
"path": "/login",
"title": "Login",
"icon": "Login",
"useLayout": "login"
},
{
"id": "home",
"path": "/home",
"title": "Home",
"icon": "Home",
"reachable": true
},
{
"id": "events",
"path": "/events",
"title": "Events",
"icon": "MdLocalActivity",
"reachable": true
},
{
"id": "tv",
"path": "/tv",
"title": "Tv",
"icon": "Tv",
"reachable": true
},
{
"id": "music",
"path": "/music",
"title": "Music",
"icon": "MdMusicVideo",
"reachable": true
},
{
"id": "groups",
"path": "/groups",
"title": "Groups",
"icon": "Users",
"reachable": true
},
{
"id": "marketplace",
"path": "/marketplace",
"title": "Marketplace",
"icon": "Package",
"reachable": true
},
{
"id": "dev",
"path": "/dev",
"title": "Development",
"icon": "MdOutlineCode",
"reachable": true
}
]