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

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

) }