mocksaml/pages/namespace/[namespace]/index.tsx

6 lines
157 B
TypeScript
Raw Permalink Normal View History

import Home, { getServerSideProps as _getServerSideProps } from '../../index';
export const getServerSideProps = _getServerSideProps;
export default Home;