summaryrefslogtreecommitdiff
path: root/source/features/rgh-linkify-yolo-issues.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/rgh-linkify-yolo-issues.tsx')
-rw-r--r--source/features/rgh-linkify-yolo-issues.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/features/rgh-linkify-yolo-issues.tsx b/source/features/rgh-linkify-yolo-issues.tsx
index 87cc8444..cabd6a29 100644
--- a/source/features/rgh-linkify-yolo-issues.tsx
+++ b/source/features/rgh-linkify-yolo-issues.tsx
@@ -1,9 +1,9 @@
import * as pageDetect from 'github-url-detection';
-import features from '../feature-manager';
-import {isRefinedGitHubYoloRepo} from '../github-helpers';
-import observe from '../helpers/selector-observer';
-import {linkifyIssues} from '../github-helpers/dom-formatters';
+import features from '../feature-manager.js';
+import {isRefinedGitHubYoloRepo} from '../github-helpers/index.js';
+import observe from '../helpers/selector-observer.js';
+import {linkifyIssues} from '../github-helpers/dom-formatters.js';
// Linkify with hovercards
function linkify(issueCell: HTMLElement): void {