launchpad: Fix import order

This commit is contained in:
willclarktech 2020-10-28 11:55:34 +01:00
parent 38d762af22
commit 869a2344ff
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -1,5 +1,5 @@
import { StdSignDoc } from "./encoding";
import { AccountData, OfflineSigner, AminoSignResponse } from "./signer";
import { AccountData, AminoSignResponse, OfflineSigner } from "./signer";
/**
* A wallet that holds a single secp256k1 keypair.
*