summaryrefslogtreecommitdiff
path: root/source/features/linkify-commit-sha.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/linkify-commit-sha.tsx')
-rw-r--r--source/features/linkify-commit-sha.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/linkify-commit-sha.tsx b/source/features/linkify-commit-sha.tsx
index 43f47e33..d33ffdca 100644
--- a/source/features/linkify-commit-sha.tsx
+++ b/source/features/linkify-commit-sha.tsx
@@ -2,8 +2,8 @@ import React from 'dom-chef';
import select from 'select-dom';
import * as pageDetect from 'github-url-detection';
-import {wrap} from '../helpers/dom-utils';
-import features from '../feature-manager';
+import {wrap} from '../helpers/dom-utils.js';
+import features from '../feature-manager.js';
function init(): void {
const element = select('.sha.user-select-contain:not(a *)');