summaryrefslogtreecommitdiff
path: root/cli/js/web/url.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/url.ts')
-rw-r--r--cli/js/web/url.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/url.ts b/cli/js/web/url.ts
index 4cf9ae257..076ec81f1 100644
--- a/cli/js/web/url.ts
+++ b/cli/js/web/url.ts
@@ -1,7 +1,7 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import * as urlSearchParams from "./url_search_params.ts";
import * as domTypes from "./dom_types.ts";
-import { getRandomValues } from "../get_random_values.ts";
+import { getRandomValues } from "../ops/get_random_values.ts";
import { customInspect } from "../console.ts";
interface URLParts {