File tree 2 files changed +8
-4
lines changed
__fixtures__/v-next/outputhelperfunc
packages/telescope/src/helpers
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ import {
15
15
import {
16
16
ITxArgs ,
17
17
ISigningClient ,
18
- StdFee ,
19
- DeliverTxResponse ,
20
18
SigningClientResolver ,
21
19
RpcResolver ,
22
20
isISigningClient
23
21
} from './helper-func-types'
22
+ import {
23
+ StdFee ,
24
+ DeliverTxResponse ,
25
+ } from './types'
24
26
import {
25
27
useQuery ,
26
28
useQueryClient ,
Original file line number Diff line number Diff line change @@ -12,12 +12,14 @@ import {
12
12
import {
13
13
ITxArgs,
14
14
ISigningClient,
15
- StdFee,
16
- DeliverTxResponse,
17
15
SigningClientResolver,
18
16
RpcResolver,
19
17
isISigningClient
20
18
} from './helper-func-types${ options . restoreImportExtension ?? "" } '
19
+ import {
20
+ StdFee,
21
+ DeliverTxResponse,
22
+ } from './types${ options . restoreImportExtension ?? "" } '
21
23
import {
22
24
useQuery,
23
25
useQueryClient,
You can’t perform that action at this time.
0 commit comments