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