diff options
Diffstat (limited to 'source/features/pagination-hotkey.tsx')
-rw-r--r-- | source/features/pagination-hotkey.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/features/pagination-hotkey.tsx b/source/features/pagination-hotkey.tsx index ca59a01d..ae4f5d52 100644 --- a/source/features/pagination-hotkey.tsx +++ b/source/features/pagination-hotkey.tsx @@ -1,8 +1,8 @@ import * as pageDetect from 'github-url-detection'; -import observe from '../helpers/selector-observer'; -import features from '../feature-manager'; -import {addHotkey} from '../github-helpers/hotkey'; +import observe from '../helpers/selector-observer.js'; +import features from '../feature-manager.js'; +import {addHotkey} from '../github-helpers/hotkey.js'; const previous = [ 'a[rel="prev"]', // `isIssueOrPRList`, `isGlobalSearchResults`, `isReleases`, `isUserProfileRepoTab`, `isDiscussionList` |