import { useSession } from "next-auth/client"; import { getSession } from "@lib/auth"; import prisma from "@lib/prisma"; import Loader from "@components/Loader"; import SettingsShell from "@components/Settings"; import Shell from "@components/Shell"; export default function Embed(props) { // eslint-disable-next-line @typescript-eslint/no-unused-vars const [session, loading] = useSession(); if (loading) { return ; } return (

iframe Embed

The easiest way to embed Cal.com on your website.