diff options
Diffstat (limited to 'cli/js/web/console.ts')
-rw-r--r-- | cli/js/web/console.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/js/web/console.ts b/cli/js/web/console.ts index 601d5fd09..8a34d62a1 100644 --- a/cli/js/web/console.ts +++ b/cli/js/web/console.ts @@ -1,6 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { isTypedArray } from "../util.ts"; -import { TypedArray } from "../types.ts"; +import { isTypedArray, TypedArray } from "./util.ts"; import { TextEncoder } from "./text_encoding.ts"; import { File, stdout } from "../files.ts"; import { cliTable } from "./console_table.ts"; |