Fix travis

This commit is contained in:
armaniferrante 2021-05-21 15:47:36 -07:00
parent 3142159a69
commit 99a49ab334
No known key found for this signature in database
GPG Key ID: 58BEF301E91F7828
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { ReactElement } from 'react'; import { ReactElement } from "react";
import { PublicKey } from "@solana/web3.js"; import { PublicKey } from "@solana/web3.js";
import { TokenListContainer } from "@solana/spl-token-registry"; import { TokenListContainer } from "@solana/spl-token-registry";
import { Provider } from "@project-serum/anchor"; import { Provider } from "@project-serum/anchor";
@ -17,7 +17,7 @@ import SwapCard from "./components/Swap";
* ```javascript * ```javascript
* <Swap provider={provider} tokenList={tokenList} /> * <Swap provider={provider} tokenList={tokenList} />
* ``` * ```
* *
* All of the complexity of communicating with the Serum DEX and managing * All of the complexity of communicating with the Serum DEX and managing
* its data is handled internally by the component. * its data is handled internally by the component.
* *