import { getGetServerSideProps } from '../../../api/ssrApollo' import Layout from '../../../components/layout' import styles from '../../../styles/wallet.module.css' import { WalletCard } from '../../../components/wallet-card' import { LightningAddressWalletCard } from './lightning-address' export const getServerSideProps = getGetServerSideProps({ authRequired: true }) export default function Wallet () { return (

attach wallets

attach wallets to supplement your SN wallet
) }