import { useIntl } from "react-intl" import { Typography } from "@scandic-hotels/design-system/Typography" import TextArea from "@/components/TempDesignSystem/Form/TextArea" import styles from "./specialRequests.module.css" export default function SpecialRequests() { const intl = useIntl() return (
{intl.formatMessage({ defaultMessage: "Special requests (optional)", })}