import Head from 'next/head'; import Shell from '../../components/Shell'; import SettingsShell from '../../components/Settings'; import prisma from '../../lib/prisma'; import {getSession, useSession} from 'next-auth/client'; export default function Billing(props) { const [ session, loading ] = useSession(); if (loading) { return

Loading...

; } return ( Billing | Calendso

Change your Subscription

Cancel, update credit card or change plan