import React, { useState, useEffect, useReducer } from 'react'; export function PayPal(props) { const { amount, custom, name } = props; return (
); }