user eklleme

This commit is contained in:
2026-01-27 23:40:10 +03:00
parent efddf97c01
commit fde1c84ecb
2 changed files with 8 additions and 5 deletions

View File

@@ -28,11 +28,9 @@ export function UsersTable({ users }: UsersTableProps) {
<div className="space-y-4">
<div className="flex items-center justify-between space-y-2">
<h3 className="text-lg font-medium">Kullanıcı Listesi</h3>
{/*
<Link href="/dashboard/users/new">
<Link href="/dashboard/users/new?returnTo=/dashboard/settings">
<Button size="sm">Yeni Kullanıcı</Button>
</Link>
*/}
</div>
<div className="rounded-md border">
<Table>