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

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