"use client" import { useIntl } from "react-intl" import { Button } from "@scandic-hotels/design-system/Button" import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon" export function AddToCalendarButton({ onPress }: { onPress: () => void }) { const intl = useIntl() return ( ) }