summaryrefslogtreecommitdiff
path: root/source/features/hide-watch-and-fork-count.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/hide-watch-and-fork-count.tsx')
-rw-r--r--source/features/hide-watch-and-fork-count.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/hide-watch-and-fork-count.tsx b/source/features/hide-watch-and-fork-count.tsx
index ab85b645..38874c03 100644
--- a/source/features/hide-watch-and-fork-count.tsx
+++ b/source/features/hide-watch-and-fork-count.tsx
@@ -1,6 +1,6 @@
import './hide-watch-and-fork-count.css';
+import * as pageDetect from 'github-url-detection';
import features from '../libs/features';
-import * as pageDetect from '../libs/page-detect';
function init(): void {
document.body.classList.add('rgh-hide-watch-and-fork-count');