import { AlertTypeEnum } from "@scandic-hotels/trpc/types/alertType" import Alert from "@/components/TempDesignSystem/Alert" import { getIntl } from "@/i18n" import styles from "./FnFNotAllowedAlert.module.css" export default async function FnFNotAllowedAlert() { const intl = await getIntl() return (
) }