import { AvatarCustom, AvatarUsernameAndOtherComponent, BaseBox, Grid, StackCustom, TextCustom, ViewWrapper, } from "@/components"; export default function Kontribusi() { return ( {Array.from({ length: 10 }).map((_, index) => ( {new Date().toDateString().split(" ")[2] + ", " + new Date().toDateString().split(" ")[1] + " " + new Date().toDateString().split(" ")[3]} } /> Judul Event Disini {Array.from({ length: 4 }).map((_, index2) => ( ))} ))} ); }