import Head from "next/head"; import Shell from "../../components/Shell"; import SettingsShell from "../../components/Settings"; import prisma from "../../lib/prisma"; import { getSession } from "next-auth/client"; export default function Billing() { return ( Billing | Calendso