feat: Add Migrations extension

This commit is contained in:
Jesse Wierzbinski 2024-08-25 19:16:34 +02:00
parent cc9b0e27f3
commit d96a3531ae
No known key found for this signature in database
2 changed files with 100 additions and 0 deletions

View file

@ -290,6 +290,7 @@ export const navigation: NavGroup[] = [
links: [
{ title: "Custom Emojis", href: "/extensions/custom-emojis" },
{ title: "Likes", href: "/extensions/likes" },
{ title: "Migration", href: "/extensions/migration" },
{ title: "Polls", href: "/extensions/polls" },
{ title: "Reactions", href: "/extensions/reactions" },
{ title: "Reports", href: "/extensions/reports" },