summaryrefslogtreecommitdiff
path: root/source/features/same-branch-author-commits.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/same-branch-author-commits.tsx')
-rw-r--r--source/features/same-branch-author-commits.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/same-branch-author-commits.tsx b/source/features/same-branch-author-commits.tsx
index f988c55d..84afda1c 100644
--- a/source/features/same-branch-author-commits.tsx
+++ b/source/features/same-branch-author-commits.tsx
@@ -1,7 +1,7 @@
import select from 'select-dom';
import * as pageDetect from 'github-url-detection';
-import features from '../feature-manager';
+import features from '../feature-manager.js';
function init(): void {
for (const author of select.all('.js-navigation-container a.commit-author')) {