import { Button } from "@imphnen-frontend-service/ui/atoms"; import { BackofficeWrapper } from "@imphnen-frontend-service/ui/organisms"; import { For } from "@imphnen-frontend-service/utils"; import { ReactElement } from "react"; import { UserGrowthChart } from "./_components/chart/user-growth"; import { SessionStatusChart } from "./_components/chart/session-status"; const Overview = () => { return (
Total Users
| No. | Nama Lengkap | Avg Rating |
|---|---|---|
| {index + 1} | Mursid Al-Catraz | 4.9 |
| No. | Nama Lengkap | Total Sesi |
|---|---|---|
| {index + 1} | Mursid Al-Catraz | 1000 |