diff options
Diffstat (limited to 'source/features/highlight-collaborators-and-own-conversations.tsx')
-rw-r--r-- | source/features/highlight-collaborators-and-own-conversations.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/features/highlight-collaborators-and-own-conversations.tsx b/source/features/highlight-collaborators-and-own-conversations.tsx index c208f043..bac7c828 100644 --- a/source/features/highlight-collaborators-and-own-conversations.tsx +++ b/source/features/highlight-collaborators-and-own-conversations.tsx @@ -4,9 +4,9 @@ import select from 'select-dom'; import domLoaded from 'dom-loaded'; import * as pageDetect from 'github-url-detection'; -import features from '../feature-manager'; -import fetchDom from '../helpers/fetch-dom'; -import {buildRepoURL, cacheByRepo, getUsername} from '../github-helpers'; +import features from '../feature-manager.js'; +import fetchDom from '../helpers/fetch-dom.js'; +import {buildRepoURL, cacheByRepo, getUsername} from '../github-helpers/index.js'; const getCollaborators = cache.function('repo-collaborators', async (): Promise<string[]> => { const dom = await fetchDom(buildRepoURL('issues/show_menu_content?partial=issues/filters/authors_content')); |