import { CenterLayout } from '@/components/layout' import { getGetServerSideProps } from '@/api/ssrApollo' import WalletLogs from '@/components/wallet-logs' export const getServerSideProps = getGetServerSideProps({ query: null }) export default function () { return ( <>

wallet logs

) }