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 (

0

Total Users

) } export default function Components(): ReactElement { return (

Overview

{(_, index) => }

User Growth

Session Status

Top 5 Mentors

{(_, index) => ( )}
No. Nama Lengkap Avg Rating
{index + 1} Mursid Al-Catraz 4.9

Top Booked Mentoring Topics

{(_, index) => ( )}
No. Nama Lengkap Total Sesi
{index + 1} Mursid Al-Catraz 1000
) }