summaryrefslogtreecommitdiff
path: root/cli/js/web/location.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/location.ts')
-rw-r--r--cli/js/web/location.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/js/web/location.ts b/cli/js/web/location.ts
index 9b59842b7..fe0ca2da2 100644
--- a/cli/js/web/location.ts
+++ b/cli/js/web/location.ts
@@ -1,7 +1,5 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-import { URL } from "./url.ts";
import { notImplemented } from "../util.ts";
-import { DOMStringList, Location } from "./dom_types.d.ts";
import { getDOMStringList } from "./dom_util.ts";
export class LocationImpl implements Location {