diff options
Diffstat (limited to 'cli/js/net.ts')
-rw-r--r-- | cli/js/net.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/net.ts b/cli/js/net.ts index 654762885..3b0525096 100644 --- a/cli/js/net.ts +++ b/cli/js/net.ts @@ -1,6 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { EOF, Reader, Writer, Closer } from "./io.ts"; -import { read, write } from "./files.ts"; +import { read, write } from "./ops/io.ts"; import { close } from "./ops/resources.ts"; import { sendSync, sendAsync } from "./ops/dispatch_json.ts"; |