summaryrefslogtreecommitdiff
path: root/source/features/selection-in-new-tab.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/selection-in-new-tab.tsx')
-rw-r--r--source/features/selection-in-new-tab.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/selection-in-new-tab.tsx b/source/features/selection-in-new-tab.tsx
index 6d6ddc9d..5864289b 100644
--- a/source/features/selection-in-new-tab.tsx
+++ b/source/features/selection-in-new-tab.tsx
@@ -1,8 +1,8 @@
import select from 'select-dom';
import onetime from 'onetime';
-import features from '../feature-manager';
-import {registerHotkey} from '../github-helpers/hotkey';
+import features from '../feature-manager.js';
+import {registerHotkey} from '../github-helpers/hotkey.js';
function openInNewTab(): void {
const selected = select('.navigation-focus a.js-navigation-open[href]');