summaryrefslogtreecommitdiff
path: root/source/features/more-dropdown-links.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/more-dropdown-links.tsx')
-rw-r--r--source/features/more-dropdown-links.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/features/more-dropdown-links.tsx b/source/features/more-dropdown-links.tsx
index 209fc12a..62a61e25 100644
--- a/source/features/more-dropdown-links.tsx
+++ b/source/features/more-dropdown-links.tsx
@@ -4,10 +4,10 @@ import select from 'select-dom';
import elementReady from 'element-ready';
import * as pageDetect from 'github-url-detection';
-import features from '../feature-manager';
-import getDefaultBranch from '../github-helpers/get-default-branch';
-import createDropdownItem from '../github-helpers/create-dropdown-item';
-import {buildRepoURL, getCurrentCommittish} from '../github-helpers';
+import features from '../feature-manager.js';
+import getDefaultBranch from '../github-helpers/get-default-branch.js';
+import createDropdownItem from '../github-helpers/create-dropdown-item.js';
+import {buildRepoURL, getCurrentCommittish} from '../github-helpers/index.js';
export async function unhideOverflowDropdown(): Promise<boolean> {
// Wait for the tab bar to be loaded