import { env } from "@/env/server" import { getIntl } from "@/i18n" import { Section } from "../Section" import EmailSlot from "./Slots/Email" import PersonalizationSlot from "./Slots/Personalization" export async function CommunicationSettings() { const intl = await getIntl() return (
{env.ENABLE_PROFILE_CONSENT && }
) }