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 cdb482410..665c4cd8c 100644 --- a/ws/example_client.ts +++ b/ws/example_client.ts @@ -7,7 +7,7 @@ import { 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"; +import { blue, green, red, yellow } from "../fmt/colors.ts"; const endpoint = Deno.args[1] || "ws://127.0.0.1:8080"; /** simple websocket cli */ |