new
This commit is contained in:
@@ -2,6 +2,7 @@ import { Suspense } from "react";
|
||||
import { Card, CardContent } from "@/components/ui/card";
|
||||
import { UsageAnalytics } from "@/components/dashboard/usage-analytics";
|
||||
import { RecentTransactions } from "@/components/dashboard/recent-transactions";
|
||||
|
||||
import { BarChart3 } from "lucide-react";
|
||||
|
||||
function AnalyticsSkeleton() {
|
||||
@@ -39,7 +40,7 @@ export default function AnalyticsPage() {
|
||||
<div className="space-y-6">
|
||||
{/* Analytics des utilisateurs */}
|
||||
<UsageAnalytics />
|
||||
|
||||
|
||||
{/* Transactions récentes - toute la largeur */}
|
||||
<RecentTransactions />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user