mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
26 lines
450 B
JSON
Executable File
26 lines
450 B
JSON
Executable File
[
|
|
{
|
|
"id": "/posts",
|
|
"path": "/",
|
|
"title": "Posts",
|
|
"icon": "MdTag"
|
|
},
|
|
{
|
|
"id": "/tv",
|
|
"path": "/tv",
|
|
"title": "Tv",
|
|
"icon": "Tv"
|
|
},
|
|
{
|
|
"id": "/music",
|
|
"path": "/music",
|
|
"title": "Music",
|
|
"icon": "MdMusicVideo"
|
|
},
|
|
{
|
|
"id": "/groups",
|
|
"path": "/groups",
|
|
"title": "Groups",
|
|
"icon": "MdGroups"
|
|
}
|
|
] |