diff options
Diffstat (limited to 'ext/web/12_location.js')
-rw-r--r-- | ext/web/12_location.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/web/12_location.js b/ext/web/12_location.js index 6a15c0811..b80e7ef56 100644 --- a/ext/web/12_location.js +++ b/ext/web/12_location.js @@ -2,8 +2,8 @@ /// <reference path="../../core/internal.d.ts" /> -import { URL } from "internal:deno_url/00_url.js"; -import DOMException from "internal:deno_web/01_dom_exception.js"; +import { URL } from "ext:deno_url/00_url.js"; +import DOMException from "ext:deno_web/01_dom_exception.js"; const primordials = globalThis.__bootstrap.primordials; const { Error, |