import prisma from "@lib/prisma"; import Shell from "@components/Shell"; import SettingsShell from "@components/Settings"; import { useSession } from "next-auth/client"; import Loader from "@components/Loader"; import { getSession } from "@lib/auth"; 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 Calendso on your website.