import { useLocale } from "@calcom/lib/hooks/useLocale"; export const Away = () => { const { t } = useLocale(); return (
{t("user_away_description")}