feat: Add Group

This commit is contained in:
Jesse Wierzbinski 2024-08-18 13:34:05 +02:00
parent 1f864b89c8
commit c8cba54a72
No known key found for this signature in database
3 changed files with 60 additions and 1 deletions

View file

@ -276,6 +276,7 @@ export const navigation: NavGroup[] = [
{ title: "Follow", href: "/entities/follow" },
{ title: "FollowAccept", href: "/entities/follow-accept" },
{ title: "FollowReject", href: "/entities/follow-reject" },
{ title: "Group", href: "/entities/group" },
{ title: "Notes", href: "/entities/note" },
{ title: "InstanceMetadata", href: "/entities/instance-metadata" },
{ title: "Unfollow", href: "/entities/unfollow" },