changed loading logo

This commit is contained in:
StockiP
2022-11-02 20:17:47 +01:00
parent b3b80f4006
commit 2a1b439646

View File

@@ -1,11 +1,11 @@
import React, { useState } from 'react'; import React, { useState } from 'react';
import { Contract } from "@ethersproject/contracts"; {/*import { Contract } from "@ethersproject/contracts";
import { abis } from "@my-app/contracts"; import { abis } from "@my-app/contracts";
import { ERC20, useContractFunction, useEthers, useTokenAllowance, useTokenBalance } from "@usedapp/core"; import { ERC20, useContractFunction, useEthers, useTokenAllowance, useTokenBalance } from "@usedapp/core";
import { ethers } from "ethers"; import { ethers } from "ethers";
import { parseUnits } from "ethers/lib/utils"; import { parseUnits } from "ethers/lib/utils";
import { ROUTER_ADDRESS} from "../config"; import { ROUTER_ADDRESS} from "../config";*/}
const Exchange = () => { const Exchange = () => {
return ( return (