summaryrefslogtreecommitdiff
path: root/source/features/hide-comments-faster.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/hide-comments-faster.tsx')
-rw-r--r--source/features/hide-comments-faster.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/hide-comments-faster.tsx b/source/features/hide-comments-faster.tsx
index 10b0f4f6..f065453f 100644
--- a/source/features/hide-comments-faster.tsx
+++ b/source/features/hide-comments-faster.tsx
@@ -1,8 +1,8 @@
import React from 'dom-chef';
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 generateSubmenu(hideButton: Element): void {
if (hideButton.closest('.rgh-hide-comments-faster-details')) {