Delete _getStaticProps.tsx

pull/2982/head
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
1 changed files with 0 additions and 7 deletions

View File

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