// __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 (