import { AlertTypeEnum } from "@scandic-hotels/common/constants/alert" import { Alert } from "@scandic-hotels/design-system/Alert" import { getIntl } from "@/i18n" import styles from "./FnFNotAllowedAlert.module.css" export default async function FnFNotAllowedAlert() { const intl = await getIntl() return (
) }