diff --git a/src/index.tsx b/src/index.tsx index 31b77db..ab33429 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,4 +1,4 @@ -import { ReactElement } from 'react'; +import { ReactElement } from "react"; import { PublicKey } from "@solana/web3.js"; import { TokenListContainer } from "@solana/spl-token-registry"; import { Provider } from "@project-serum/anchor"; @@ -17,7 +17,7 @@ import SwapCard from "./components/Swap"; * ```javascript * * ``` -* + * * All of the complexity of communicating with the Serum DEX and managing * its data is handled internally by the component. *