comty/packages/app/constants/routes.json
2022-03-02 19:25:06 +01:00

22 lines
372 B
JSON

[
{
"id": "main",
"title": "Dashboard",
"icon": "Home"
},
{
"id": "explore",
"title": "Explore",
"icon": "Compass"
},
{
"id": "saved",
"title": "Saved",
"icon": "Heart"
},
{
"id": "marketplace",
"title": "Marketplace",
"icon": "ShoppingBag"
}
]