"use client"; import React from "react"; import ProvisionInput from "../components/ProvisionInput"; type Props = { fullName: string; }; const Provision = ({ fullName }: Props) => { return (
Just a few more steps to join the fun!