diff --git a/app/[orgId]/page.tsx b/app/[orgId]/page.tsx index ded9d11..510cb1b 100644 --- a/app/[orgId]/page.tsx +++ b/app/[orgId]/page.tsx @@ -1,9 +1,9 @@ "use client"; - +import { GraphCard } from "@/components/graphs/statistics"; export default function Page() { return (
-

Page hello

+
); } diff --git a/components/admin-dashboard.tsx b/components/admin-dashboard.tsx index 8dd595e..35d802b 100644 --- a/components/admin-dashboard.tsx +++ b/components/admin-dashboard.tsx @@ -12,6 +12,7 @@ import { TableHeader, TableRow, } from "@/components/ui/table"; +import Charts from "./textfeature" import { ChevronLeft, ChevronRight, @@ -33,6 +34,7 @@ import { Tooltip, ResponsiveContainer, } from "recharts"; +import { TotalContestsCard, TotalMembersCard, TotalOrganizersCard, TotalProblemsCard } from "./cards/statistics"; const mockRecentContests = [ { @@ -97,9 +99,9 @@ export function AdminDashboard() { const [cpuHours, setCpuHours] = useState(5000); return ( -
+
{/* Top Navigation */} -