web/pages/go/topics.tsx
import IndexPageHoc from 'front/IndexPage'
export default IndexPageHoc();
import { getServerSidePropsIndexHoc } from 'back/IndexPage'
export const getServerSideProps = getServerSidePropsIndexHoc({ itemType: 'topic' })
import IndexPageHoc from 'front/IndexPage'
export default IndexPageHoc();
import { getServerSidePropsIndexHoc } from 'back/IndexPage'
export const getServerSideProps = getServerSidePropsIndexHoc({ itemType: 'topic' })