comty/packages/app/constants/routes.json
2022-05-12 10:40:16 +02:00

32 lines
567 B
JSON

[
{
"id": "main",
"title": "Dashboard",
"icon": "Home"
},
{
"id": "explore",
"title": "Explore",
"icon": "Compass"
},
{
"id": "saved",
"title": "Saved",
"icon": "Archive"
},
{
"id": "marketplace",
"title": "Marketplace",
"icon": "Package"
},
{
"id": "streams",
"title": "Streams",
"icon": "Tv"
},
{
"id": "streaming_control",
"title": "Streaming Control",
"icon": "Video"
}
]