diff options
Diffstat (limited to 'source/features/select-all-notifications-shortcut.tsx')
-rw-r--r-- | source/features/select-all-notifications-shortcut.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/select-all-notifications-shortcut.tsx b/source/features/select-all-notifications-shortcut.tsx index 91f46805..96b2d4d8 100644 --- a/source/features/select-all-notifications-shortcut.tsx +++ b/source/features/select-all-notifications-shortcut.tsx @@ -1,8 +1,8 @@ import select from 'select-dom'; import * as pageDetect from 'github-url-detection'; -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 selectAllNotifications(): void { select('.js-notifications-mark-all-prompt')!.click(); |