summaryrefslogtreecommitdiff
path: root/source/features/patch-diff-links.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/patch-diff-links.tsx')
-rw-r--r--source/features/patch-diff-links.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/patch-diff-links.tsx b/source/features/patch-diff-links.tsx
index 7a114634..cd1c84d9 100644
--- a/source/features/patch-diff-links.tsx
+++ b/source/features/patch-diff-links.tsx
@@ -2,8 +2,8 @@ import React from 'dom-chef';
import elementReady from 'element-ready';
import * as pageDetect from 'github-url-detection';
-import features from '../feature-manager';
-import {getCleanPathname} from '../github-helpers';
+import features from '../feature-manager.js';
+import {getCleanPathname} from '../github-helpers/index.js';
async function init(): Promise<void> {
let commitUrl = '/' + getCleanPathname();