Delete _getStaticProps.tsx

This commit is contained in:
Omar López 2022-06-06 13:30:44 -06:00 committed by GitHub
parent f65edba982
commit c95b8d0048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +0,0 @@
import { GetStaticPropsContext } from "next";
export const getStaticProps = async (ctx: GetStaticPropsContext) => {
return {
props: {},
};
};