diff --git a/packages/app/constants/sidebar.json b/packages/app/constants/sidebar.json new file mode 100644 index 00000000..8fbff370 --- /dev/null +++ b/packages/app/constants/sidebar.json @@ -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" + } +] \ No newline at end of file