diff --git a/packages/react-app/src/App.js b/packages/react-app/src/App.js index 42d47f3..4b7e7a2 100644 --- a/packages/react-app/src/App.js +++ b/packages/react-app/src/App.js @@ -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";