import { CalendarAddIcon, DownloadIcon, EditIcon } from "@/components/Icons" import Button from "@/components/TempDesignSystem/Button" import { getIntl } from "@/i18n" import styles from "./actions.module.css" export default async function Actions() { const intl = await getIntl() return (
) }