mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added sidebar constants
This commit is contained in:
parent
43993c35c8
commit
108f99c897
26
packages/app/constants/sidebar.json
Normal file
26
packages/app/constants/sidebar.json
Normal file
@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user