summaryrefslogtreecommitdiff
path: root/source/features/linkify-notification-repository-header.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/linkify-notification-repository-header.tsx')
-rw-r--r--source/features/linkify-notification-repository-header.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/linkify-notification-repository-header.tsx b/source/features/linkify-notification-repository-header.tsx
index 4af32884..21c4885b 100644
--- a/source/features/linkify-notification-repository-header.tsx
+++ b/source/features/linkify-notification-repository-header.tsx
@@ -1,7 +1,7 @@
import React from 'dom-chef';
import select from 'select-dom';
+import * as pageDetect from 'github-url-detection';
import features from '../libs/features';
-import * as pageDetect from '../libs/page-detect';
function init(): void {
for (const header of select.all('.js-notifications-group h6')) {