diff --git a/apps/web/pages/apps/[slug]/setup.tsx b/apps/web/pages/apps/[slug]/setup.tsx index 7a8f768afd..51fd2251d8 100644 --- a/apps/web/pages/apps/[slug]/setup.tsx +++ b/apps/web/pages/apps/[slug]/setup.tsx @@ -1,10 +1,9 @@ -import { InferGetStaticPropsType } from "next"; +import { GetStaticPaths, InferGetStaticPropsType } from "next"; import { useSession } from "next-auth/react"; import { useRouter } from "next/router"; -import { AppSetupPage, AppSetupMap } from "@calcom/app-store/_pages/setup"; +import { AppSetupPage } from "@calcom/app-store/_pages/setup"; import { getStaticProps } from "@calcom/app-store/_pages/setup/_getStaticProps"; -import prisma from "@calcom/prisma"; import Loader from "@calcom/ui/Loader"; export default function SetupInformation(props: InferGetStaticPropsType) {