import { WalletLoginControls } from "../components/WalletLoginControls"; import { useI18n } from "../i18n"; export function WalletPage() { const { t } = useI18n(); return (

{t("walletPageTitle")}

{t("walletPageIntro")}

); }