Remove unnecessary getServerSideProps

This commit is contained in:
Darren Clarke 2023-05-25 08:03:04 +00:00
parent ee4916893e
commit 1cb0eeea2b
16 changed files with 1 additions and 53 deletions

View file

@ -35,5 +35,3 @@ const Create: FC = () => {
};
export default Create;
export const getServerSideProps = async (context: any) => {};