diff --git a/pages/settings/billing.tsx b/pages/settings/billing.tsx index 3fbbb226..666b350c 100644 --- a/pages/settings/billing.tsx +++ b/pages/settings/billing.tsx @@ -1,26 +1,66 @@ 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() { - return( - - - Billing | Calendso - - -
-
-

Change your Subscription

-

- Cancel, update credit card or change plan -

-
-
-