declare const SUPPORT_MAILTO: string;

export function PlatformCommunicationGreen() {
  return <a href={SUPPORT_MAILTO}>Support</a>;
}
