tried to fix stuff.
This commit is contained in:
2
packages/react-app/src/App.js
vendored
2
packages/react-app/src/App.js
vendored
@@ -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";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user