mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
update routes
This commit is contained in:
parent
9d88a9905c
commit
ca55ed70d9
@ -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