summaryrefslogtreecommitdiff
path: root/js/remove.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/remove.ts')
-rw-r--r--js/remove.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/remove.ts b/js/remove.ts
index f2a94f395..36413a7c4 100644
--- a/js/remove.ts
+++ b/js/remove.ts
@@ -1,6 +1,6 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-import { sendSync, sendAsync } from "./dispatch_json";
-import * as dispatch from "./dispatch";
+import { sendSync, sendAsync } from "./dispatch_json.ts";
+import * as dispatch from "./dispatch.ts";
export interface RemoveOption {
recursive?: boolean;