no-unused-vars on Paypal.js
This commit is contained in:
parent
00a6cfbb8e
commit
55c16427ec
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user