feat: Add Reports

This commit is contained in:
Jesse Wierzbinski 2024-08-25 18:42:04 +02:00
parent 7189a6f411
commit ac96922bd3
No known key found for this signature in database
2 changed files with 54 additions and 0 deletions

View file

@ -292,6 +292,7 @@ export const navigation: NavGroup[] = [
{ title: "Likes", href: "/extensions/likes" },
{ title: "Polls", href: "/extensions/polls" },
{ title: "Reactions", href: "/extensions/reactions" },
{ title: "Reports", href: "/extensions/reports" },
{ title: "Share", href: "/extensions/share" },
{ title: "Vanity", href: "/extensions/vanity" },
{ title: "WebSockets", href: "/extensions/websockets" },