modifs complete
This commit is contained in:
@@ -3,6 +3,7 @@ import { Badge } from "@/components/ui/badge";
|
||||
import { Database, Server, Settings } from "lucide-react";
|
||||
|
||||
import AddCredits from "@/components/dashboard/add-credits";
|
||||
import AddCreditsSingleUser from "@/components/dashboard/add-credits-single-user";
|
||||
import UserManagement from "@/components/dashboard/user-management";
|
||||
|
||||
export default function SettingsPage() {
|
||||
@@ -79,8 +80,11 @@ export default function SettingsPage() {
|
||||
Gestion des Crédits
|
||||
</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<AddCredits />
|
||||
<CardContent className="space-y-6">
|
||||
<AddCreditsSingleUser />
|
||||
<div className="border-t pt-6">
|
||||
<AddCredits />
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user