diff options
Diffstat (limited to 'ws/example_client.ts')
| -rw-r--r-- | ws/example_client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ws/example_client.ts b/ws/example_client.ts index 16f37d021..c2be9d76e 100644 --- a/ws/example_client.ts +++ b/ws/example_client.ts @@ -4,7 +4,7 @@ import { isWebSocketPingEvent, isWebSocketPongEvent } from "../ws/mod.ts"; -import { encode } from "../strings/strings.ts"; +import { encode } from "../strings/mod.ts"; import { BufReader } from "../io/bufio.ts"; import { TextProtoReader } from "../textproto/mod.ts"; import { blue, green, red, yellow } from "../colors/mod.ts"; |
