Skip to content

Commit 26eb5bc

Browse files
committed
clean up
1 parent 0ecd3e3 commit 26eb5bc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/pages/external/footer.tsx

-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { GetServerSideProps } from 'next';
21
import React from 'react';
32
import HealFooter from '@/lib/HealNav/HealFooter';
43

@@ -10,10 +9,4 @@ const StandaloneFooterPage = () => {
109
);
1110
};
1211

13-
export const getServerSideProps: GetServerSideProps = async () => {
14-
return {
15-
props: {},
16-
};
17-
};
18-
1912
export default StandaloneFooterPage;

0 commit comments

Comments
 (0)