Remove unnecessary getServerSideProps
This commit is contained in:
parent
ee4916893e
commit
1cb0eeea2b
16 changed files with 1 additions and 53 deletions
|
|
@ -29,5 +29,3 @@ const Pending: FC = () => (
|
|||
);
|
||||
|
||||
export default Pending;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue