diff --git a/src/lib/types/account.ts b/src/lib/types/account.ts index abe70b4a..2181ee77 100644 --- a/src/lib/types/account.ts +++ b/src/lib/types/account.ts @@ -1,13 +1,4 @@ -import { - Struct, - API, - Int64, - Name, - Asset, - Float64, - type Checksum256Type, - Checksum256 -} from '@wharfkit/antelope'; +import { Struct, API, Int64, Name, Asset, Float64, Checksum256 } from '@wharfkit/antelope'; import { Types as MsigTypes } from '$lib/wharf/contracts/msig'; import { Types as SystemTypes } from '$lib/wharf/contracts/system';