Type fixes
parent
1ac36882ac
commit
95a0496f32
|
@ -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<typeof getStaticProps>) {
|
||||
|
|
Loading…
Reference in New Issue