"use client" export function RemoteContentBanner({ senderEmail, onShowOnce, onAlwaysShow, }: { senderEmail: string onShowOnce: () => void onAlwaysShow: () => void }) { return (

Le contenu distant a été masqué :{" "} {" — "}

) }