import { loadStripe } from "@stripe/stripe-js";
import PayNow from "./component/PayNow";
export { loadStripe, PayNow };
