feat: Add new User page

This commit is contained in:
Jesse Wierzbinski 2024-07-22 15:22:18 +02:00
parent e53dc0d9ff
commit bfa63e26a8
No known key found for this signature in database
6 changed files with 89 additions and 3 deletions

View file

@ -255,6 +255,10 @@ export const navigation: NavGroup[] = [
{ title: "Webhooks", href: "/webhooks" },
],
},
{
title: "Entities",
links: [{ title: "Users", href: "/entities/users" }],
},
{
title: "Resources",
links: [