import Title from "@/components/TempDesignSystem/Text/Title" import { getIntl } from "@/i18n" import styles from "./emptyPreviousStays.module.css" export default async function EmptyPreviousStaysBlock() { const intl = await getIntl() return (
{intl.formatMessage({ id: "You have no previous stays.", })}
) }