mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
24 lines
445 B
JSON
24 lines
445 B
JSON
[
|
|
{
|
|
"id": "search",
|
|
"label": "Search",
|
|
"icon": "Search"
|
|
},
|
|
{
|
|
"id": "messages",
|
|
"label": "Messages",
|
|
"icon": "MessageCircle",
|
|
"path": "/messages"
|
|
},
|
|
{
|
|
"id": "notifications",
|
|
"label": "Notifications",
|
|
"icon": "Bell"
|
|
},
|
|
{
|
|
"id": "settings",
|
|
"label": "Settings",
|
|
"icon": "Settings",
|
|
"path": "/settings"
|
|
}
|
|
] |