diff options
Diffstat (limited to 'source/features/open-ci-details-in-new-tab.tsx')
-rw-r--r-- | source/features/open-ci-details-in-new-tab.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/open-ci-details-in-new-tab.tsx b/source/features/open-ci-details-in-new-tab.tsx index f3c6acfd..2cdad6f6 100644 --- a/source/features/open-ci-details-in-new-tab.tsx +++ b/source/features/open-ci-details-in-new-tab.tsx @@ -1,6 +1,6 @@ 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 { const CIDetailsLinks = select.all('a.status-actions'); |