Update _getStaticProps.tsx
parent
a8aeac22ee
commit
88db424a16
|
@ -1,7 +1,6 @@
|
|||
import { GetStaticPropsContext } from "next";
|
||||
|
||||
export const AppSetupPageMap = {
|
||||
"apple-calendar": import("../../applecalendar/pages/setup/_getStaticProps"),
|
||||
zapier: import("../../zapier/pages/setup/_getStaticProps"),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue