mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
update routes
This commit is contained in:
parent
4083a618af
commit
5646e847da
@ -2,13 +2,21 @@
|
|||||||
{
|
{
|
||||||
"id": "main",
|
"id": "main",
|
||||||
"title": "Dashboard",
|
"title": "Dashboard",
|
||||||
"icon": "Home",
|
"icon": "Home"
|
||||||
"locked": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "explore",
|
"id": "explore",
|
||||||
"title": "Explore",
|
"title": "Explore",
|
||||||
"icon": "Compass",
|
"icon": "Compass"
|
||||||
"locked": true
|
},
|
||||||
|
{
|
||||||
|
"id": "saved",
|
||||||
|
"title": "Saved",
|
||||||
|
"icon": "Heart"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "marketplace",
|
||||||
|
"title": "Marketplace",
|
||||||
|
"icon": "ShoppingBag"
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user