#591 - database-users

This commit is contained in:
Saeed Vaziry
2025-05-21 17:21:10 +02:00
parent 2850c1fa59
commit fe3317692b
41 changed files with 1050 additions and 409 deletions

View File

@ -28,7 +28,7 @@ const mainNavItems: NavItem[] = [
},
{
title: 'Settings',
href: route('profile'),
href: route('settings'),
icon: CogIcon,
},
];