no-unused-vars for Auth.js Cards.js Paymaster.js Sign.js

This commit is contained in:
Kent Brockman
2022-07-13 00:37:12 -06:00
parent 02a7c4b05e
commit a9761b0917
4 changed files with 13 additions and 21 deletions
+3 -5
View File
@@ -1,10 +1,8 @@
import React, { useState, useEffect } from 'react';
import { BrowserRouter as Router, Switch, Route, Link, useParams } from 'react-router-dom';
import React, { useState } from 'react';
import './light.css';
import moment from 'moment-timezone';
import { Button, Container, Divider, Dropdown, Form, Grid, Header, Icon, Image, Menu, Message, Segment, Table } from 'semantic-ui-react';
import { BasicTable, requester, staticUrl } from './utils.js';
import { NotFound, PleaseLogin } from './Misc.js';
import { Button, Container, Header, Table } from 'semantic-ui-react';
import { BasicTable, staticUrl } from './utils.js';
export function Cards(props) {
const { user, token } = props;