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