// __SDEFILE__ - This file is a dependency for the stand-alone environment // Hooks import { useTranslation } from 'next-i18next' // Components import { Plea } from 'shared/components/patrons/plea.mjs' import { Subscribe } from 'shared/components/patrons/subscribe.mjs' export const ns = ['patrons'] export const PleaseSubscribe = (props = {}) => { const { t } = useTranslation(ns) return (