summaryrefslogtreecommitdiff
path: root/source/features/one-click-pr-or-gist.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/one-click-pr-or-gist.tsx')
-rw-r--r--source/features/one-click-pr-or-gist.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/one-click-pr-or-gist.tsx b/source/features/one-click-pr-or-gist.tsx
index 824b3f30..70d34796 100644
--- a/source/features/one-click-pr-or-gist.tsx
+++ b/source/features/one-click-pr-or-gist.tsx
@@ -3,8 +3,8 @@ import React from 'dom-chef';
import select from 'select-dom';
import * as pageDetect from 'github-url-detection';
-import features from '../feature-manager';
-import selectHas from '../helpers/select-has';
+import features from '../feature-manager.js';
+import selectHas from '../helpers/select-has.js';
function init(): void | false {
const initialGroupedButtons = selectHas('.BtnGroup:has([name="draft"], [name="gist[public]"])');