import React, { createElement } from "react";
import { useIsServer, useLocale } from "../hooks";
import { MainContentContainer } from "../ui/atoms/page-content";
import { useUserData } from "../user-context";
import "./index.scss";
export function Newsletter() {
return (
We're decommissioning our MDN Plus newsletter.
We will automatically unsubscribe you and purge all related data soon.
{sendUsersToSettings && user?.isAuthenticated && !isServer ? (Unsubscribe now via the{" "} Settings Page.
) : ( <>> )} > ); } export function SignUpSection() { return (