Skip to content

Commit

Permalink
style: 💄 fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Oct 8, 2024
1 parent c9091d8 commit 44ae4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/createClient.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {RpcPersistentClient} from '../common/rpc/RpcPersistentClient';
import {WebSocketChannel} from '../common/channel/channel';
import {RpcCodec} from '../common/codec/RpcCodec';
import type {RpcCodec} from '../common/codec/RpcCodec';

/**
* Constructs a {@link RpcPersistentClient} with the given codec.
Expand Down

0 comments on commit 44ae4d4

Please sign in to comment.