summaryrefslogtreecommitdiff
path: root/source/features/warn-pr-from-master.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/warn-pr-from-master.tsx')
-rw-r--r--source/features/warn-pr-from-master.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/features/warn-pr-from-master.tsx b/source/features/warn-pr-from-master.tsx
index e4033bb4..34f53c21 100644
--- a/source/features/warn-pr-from-master.tsx
+++ b/source/features/warn-pr-from-master.tsx
@@ -2,9 +2,9 @@ import React from 'dom-chef';
import select from 'select-dom';
import * as pageDetect from 'github-url-detection';
-import features from '../feature-manager';
-import getDefaultBranch from '../github-helpers/get-default-branch';
-import {getRepo} from '../github-helpers';
+import features from '../feature-manager.js';
+import getDefaultBranch from '../github-helpers/get-default-branch.js';
+import {getRepo} from '../github-helpers/index.js';
async function init(): Promise<false | void> {
let defaultBranch;