8 lines
224 B
TypeScript
8 lines
224 B
TypeScript
|
import withEmbedSsr from "@lib/withEmbedSsr";
|
||
|
|
||
|
import { getServerSideProps as _getServerSideProps } from "../[uid]";
|
||
|
|
||
|
export { default } from "../[uid]";
|
||
|
|
||
|
export const getServerSideProps = withEmbedSsr(_getServerSideProps);
|