summaryrefslogtreecommitdiff
path: root/source/features/open-all-notifications.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/open-all-notifications.tsx')
-rw-r--r--source/features/open-all-notifications.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/open-all-notifications.tsx b/source/features/open-all-notifications.tsx
index 6efa8706..26089f50 100644
--- a/source/features/open-all-notifications.tsx
+++ b/source/features/open-all-notifications.tsx
@@ -3,8 +3,8 @@ import React from 'dom-chef';
import select from 'select-dom';
import LinkExternalIcon from 'octicon/link-external.svg';
import delegate from 'delegate-it';
+import * as pageDetect from 'github-url-detection';
import features from '../libs/features';
-import * as pageDetect from '../libs/page-detect';
const confirmationRequiredCount = 10;