remove unused code

This commit is contained in:
Matthew Russell 2022-03-07 13:20:31 -08:00
parent 6df206e411
commit 18dc14dca2
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ const getClassName = (
'inline-flex',
'items-center',
'justify-center',
// 'bg-clip-padding',
'box-border',
'h-28',
'border',

View File

@ -1,6 +1,5 @@
import { render, screen } from '@testing-library/react';
import '@testing-library/jest-dom';
import * as React from 'react';
import { EtherscanLink } from '.';
import { EthereumChainIds } from '../../utils/web3';