web/pages/[uid]/_dir.tsx
import DirPageHoc from 'front/DirPage'
import { getServerSidePropsDirHoc } from 'back/DirPage'
export const getServerSideProps = getServerSidePropsDirHoc()
export default DirPageHoc()
import DirPageHoc from 'front/DirPage'
import { getServerSidePropsDirHoc } from 'back/DirPage'
export const getServerSideProps = getServerSidePropsDirHoc()
export default DirPageHoc()