Update App.js

This commit is contained in:
Daniel
2022-11-05 15:29:16 +01:00
parent 83c846ae8a
commit 32f20782a6

View File

@@ -1,8 +1,8 @@
import React from "react"
import { useEthers } from "@usedapp/core";
import { usePools } from "./hooks";
import styles from './styles';
import { usePools } from "./hooks";
import { fhtLogo } from './assets';
import { Exchange, Loader, WalletButton } from "./components";