summaryrefslogtreecommitdiff
path: root/source/features/link-to-compare-diff.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/link-to-compare-diff.tsx')
-rw-r--r--source/features/link-to-compare-diff.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/features/link-to-compare-diff.tsx b/source/features/link-to-compare-diff.tsx
index af5e3fb6..e1fecce8 100644
--- a/source/features/link-to-compare-diff.tsx
+++ b/source/features/link-to-compare-diff.tsx
@@ -3,9 +3,9 @@ import React from 'dom-chef';
import select from 'select-dom';
import * as pageDetect from 'github-url-detection';
-import features from '../feature-manager';
-import {wrapAll} from '../helpers/dom-utils';
-import selectHas from '../helpers/select-has';
+import features from '../feature-manager.js';
+import {wrapAll} from '../helpers/dom-utils.js';
+import selectHas from '../helpers/select-has.js';
function init(): void {
const changedFilesSummary = selectHas('.Box li:has(.octicon-file-diff)')!;