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