comty/packages/app/constants/routes.json

50 lines
1011 B
JSON
Executable File

[
{
"id": "login",
"path": "/login",
"title": "Login",
"icon": "Login",
"useLayout": "login"
},
{
"id": "home",
"path": "/home",
"title": "Home",
"icon": "Home",
"reachable": true
},
{
"id": "saved",
"path": "/saved",
"title": "Saved",
"icon": "Archive",
"reachable": true
},
{
"id": "marketplace",
"path": "/marketplace",
"title": "Marketplace",
"icon": "Package",
"reachable": true
},
{
"id": "streams",
"path": "/streams",
"title": "Streams",
"icon": "Tv",
"reachable": true
},
{
"id": "streaming_control",
"path": "/streaming_control",
"title": "Streaming Control",
"icon": "Video"
},
{
"id": "groups",
"path": "/groups",
"title": "Groups",
"icon": "Users",
"reachable": true
}
]