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
; } return (

Manage your billing information and cancel your subscription.

Billing | Calendso

Change your Subscription

Cancel, update credit card or change plan