mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
26 lines
437 B
JSON
Executable File
26 lines
437 B
JSON
Executable File
[
|
|
{
|
|
"id": "home",
|
|
"path": "/",
|
|
"title": "Home",
|
|
"icon": "Home"
|
|
},
|
|
{
|
|
"id": "timeline",
|
|
"path": "/",
|
|
"title": "Timeline",
|
|
"icon": "MdTag"
|
|
},
|
|
{
|
|
"id": "tv",
|
|
"path": "/tv",
|
|
"title": "Tv",
|
|
"icon": "Tv"
|
|
},
|
|
{
|
|
"id": "music",
|
|
"path": "/music",
|
|
"title": "Music",
|
|
"icon": "MdMusicNote"
|
|
}
|
|
] |