import { cn } from "@/lib/utils"; export default async function Page(_props: { params: { tenantSlug: string } }) { const stats: { label: string; value: string; }[] = [ { label: "Total Channels", value: "0", }, { label: "Total Events (7 days)", value: "0", }, ]; return (
{/* Stats */}
{/*
*/}

{"Personal Account"}

{/*

{channel.description}

*/}
test
= 4, } )} > {" "} {stats.map((stat, statIdx) => (
{stat.label}
{/*
{stat.change}
*/}
{stat.value}
))}
{/* Recent activity table */}

Recent events

Event Content More details
); }