summaryrefslogtreecommitdiff
path: root/source/libs/features.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/libs/features.tsx')
-rw-r--r--source/libs/features.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libs/features.tsx b/source/libs/features.tsx
index 7debe3ad..5c98801e 100644
--- a/source/libs/features.tsx
+++ b/source/libs/features.tsx
@@ -3,10 +3,10 @@ import select from 'select-dom';
import domLoaded from 'dom-loaded';
import {Promisable} from 'type-fest';
import elementReady from 'element-ready';
+import * as pageDetect from 'github-url-detection';
import {logError} from './utils';
import onNewComments from './on-new-comments';
import onNewsfeedLoad from './on-newsfeed-load';
-import * as pageDetect from './page-detect';
import optionsStorage, {RGHOptions} from '../options-storage';
type BooleanFunction = () => boolean;