Skip to content

Commit

Permalink
Update webKwil.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KwilLuke committed Oct 16, 2024
1 parent 544d751 commit 1362d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/web/webKwil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ActionBody, ActionBodyNode, ActionInput, Entries } from '../../core/act
import { ActionBuilder } from '../../core/builders';
import { AuthenticationMode, BytesEncodingStatus, EnvironmentType } from '../../core/enums';
import { KwilSigner } from '../../core/kwilSigner';
import { BaseMessage, CallClientResponse, Message, MsgReceipt } from '../../core/message';
import { BaseMessage, Message, MsgReceipt } from '../../core/message';
import { GenericResponse } from '../../core/resreq';
import { AuthBody, Signature } from '../../core/signature';
import { Kwil } from '../kwil';
Expand Down

0 comments on commit 1362d0b

Please sign in to comment.