import React from "react" import { useEthers } from "@usedapp/core"; import { usePools } from "./hooks"; import styles from './styles'; import { fhtLogo } from './assets'; import { Exchange, Loader, WalletButton } from "./components"; const App = () => { const { account } = useEthers(); const [poolsLoading, pools] = usePools(); return (
Exchange your ETH to FHT