diff options
Diffstat (limited to 'js/performance.ts')
-rw-r--r-- | js/performance.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/performance.ts b/js/performance.ts index d2f339c46..6ea8e56e1 100644 --- a/js/performance.ts +++ b/js/performance.ts @@ -1,6 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import * as dispatch from "./dispatch"; -import { sendSync } from "./dispatch_json"; +import * as dispatch from "./dispatch.ts"; +import { sendSync } from "./dispatch_json.ts"; interface NowResponse { seconds: number; |