no-unused-vars on Paypal.js

This commit is contained in:
Kent Brockman 2022-07-12 22:44:44 -06:00
parent 00a6cfbb8e
commit 55c16427ec

View File

@ -1,6 +1,6 @@
import React, { useState, useEffect, useReducer } from 'react';
import React from 'react';
import { useLocation } from 'react-router-dom';
import { Button, Container, Divider, Dropdown, Form, Grid, Header, Icon, Image, Input, Item, Menu, Message, Segment, Table } from 'semantic-ui-react';
import { Container, Header } from 'semantic-ui-react';
export function PayPalPayNow(props) {
const { amount, custom, name } = props;