"use client"; import { Avatar, Badge, Grid, Group, Paper, Text, ThemeIcon, Title, } from "@mantine/core"; import { IconChevronRight } from "@tabler/icons-react"; export default function Admin_BuktiTransferInvestasi() { const listUsername = [ { id: 1 }, { id: 2 }, { id: 3 }, { id: 4 }, { id: 5 }, { id: 6 }, ] return ( <> {/* Box Username */} {listUsername.map((e) => ( Username Status Transfer ))} ); }