import { getIntl } from "@/i18n" import styles from "./expiringPoints.module.css" export async function ExpiringPoints() { const { formatMessage } = await getIntl() return (
| {formatMessage({ id: "Arrival date" })} | {formatMessage({ id: "Points" })} |
|---|---|
| 23 May 2023 | 30000 |
| 23 May 2023 | -15000 |