// __SDEFILE__ - This file is a dependency for the stand-alone environment import { useTranslation } from 'next-i18next' export const ns = ['gdpr'] export const GdprAccountDetails = () => { const { t } = useTranslation(ns) return (
{t('accountWhatQuestion')}

' + t('accountWhatAnswerOptional') + '', }} />

{t('whyQuestion')}

{t('timingQuestion')}

{t('shareQuestion')}

) }