tried to fix stuff.

This commit is contained in:
StockiP
2022-11-02 21:19:33 +01:00
parent 9d4b3c221f
commit 8bc8726287
2 changed files with 2 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ import React from "react"
import { useEthers } from "@usedapp/core"; import { useEthers } from "@usedapp/core";
import styles from './styles'; import styles from './styles';
import { fhtLogo, TechniKoinLogo } from './assets'; import { fhtLogo } from './assets';
import { Exchange, Loader, WalletButton } from "./components"; import { Exchange, Loader, WalletButton } from "./components";

View File

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