refactor: remove unused getStaticPaths function from user communications page
This commit is contained in:
parent
11129d6ecb
commit
028a0b7057
1 changed files with 0 additions and 4 deletions
|
|
@ -64,10 +64,6 @@ export const getServerSideProps = (async (context) => {
|
|||
};
|
||||
}) satisfies GetServerSideProps<ComunicazioniUserProps>;
|
||||
|
||||
export const getStaticPaths = () => {
|
||||
return { fallback: "blocking", paths: [] };
|
||||
};
|
||||
|
||||
ComunicazioniUser.getLayout = function getLayout(page) {
|
||||
return <AreaRiservataLayoutUserView>{page}</AreaRiservataLayoutUserView>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue