import { HydrateClient } from "~/trpc/server"; import { ClientForm } from "~/components/client-form"; export default async function NewClientPage() { return (

Add Client

Enter client details below to add a new client.

); }