Site Yönetimi,Kullanıcı Girişi,Karanlık mod özellikleri db bağlantıları.
This commit is contained in:
13
app/(dashboard)/dashboard/users/new/page.tsx
Normal file
13
app/(dashboard)/dashboard/users/new/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
import { UserForm } from "@/components/dashboard/user-form"
|
||||
|
||||
export default function NewUserPage() {
|
||||
return (
|
||||
<div className="flex-1 space-y-4 p-8 pt-6">
|
||||
<div className="flex items-center justify-between space-y-2">
|
||||
<h2 className="text-3xl font-bold tracking-tight">Yeni Kullanıcı Ekle</h2>
|
||||
</div>
|
||||
<UserForm />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user