Delete _getStaticProps.tsx
parent
f65edba982
commit
c95b8d0048
|
@ -1,7 +0,0 @@
|
|||
import { GetStaticPropsContext } from "next";
|
||||
|
||||
export const getStaticProps = async (ctx: GetStaticPropsContext) => {
|
||||
return {
|
||||
props: {},
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue