summaryrefslogtreecommitdiff
path: root/source/features/cycle-lists-with-keyboard-shortcuts.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/cycle-lists-with-keyboard-shortcuts.tsx')
-rw-r--r--source/features/cycle-lists-with-keyboard-shortcuts.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/cycle-lists-with-keyboard-shortcuts.tsx b/source/features/cycle-lists-with-keyboard-shortcuts.tsx
index 8ef95fc5..36746d87 100644
--- a/source/features/cycle-lists-with-keyboard-shortcuts.tsx
+++ b/source/features/cycle-lists-with-keyboard-shortcuts.tsx
@@ -1,7 +1,7 @@
import select from 'select-dom';
import delegate from 'delegate-it';
+import * as pageDetect from 'github-url-detection';
import features from '../libs/features';
-import * as pageDetect from '../libs/page-detect';
function init(): void {
let selectableItems: HTMLElement[] = [];