summaryrefslogtreecommitdiff
path: root/std/examples/chat/server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/examples/chat/server.ts')
-rw-r--r--std/examples/chat/server.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/std/examples/chat/server.ts b/std/examples/chat/server.ts
index 238d61fff..ce2e196f3 100644
--- a/std/examples/chat/server.ts
+++ b/std/examples/chat/server.ts
@@ -1,10 +1,10 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { listenAndServe } from "../../http/server.ts";
import {
- acceptWebSocket,
acceptable,
- WebSocket,
+ acceptWebSocket,
isWebSocketCloseEvent,
+ WebSocket,
} from "../../ws/mod.ts";
import { fromFileUrl } from "../../path/mod.ts";