diff options
Diffstat (limited to 'js/request.ts')
-rw-r--r-- | js/request.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/request.ts b/js/request.ts index 5ed1e9d63..f7a3cdfc1 100644 --- a/js/request.ts +++ b/js/request.ts @@ -1,7 +1,7 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import * as headers from "./headers"; -import * as body from "./body"; -import * as domTypes from "./dom_types"; +import * as headers from "./headers.ts"; +import * as body from "./body.ts"; +import * as domTypes from "./dom_types.ts"; const { Headers } = headers; |