diff options
Diffstat (limited to 'source/features/highlight-collaborators-and-own-discussions.tsx')
-rw-r--r-- | source/features/highlight-collaborators-and-own-discussions.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/highlight-collaborators-and-own-discussions.tsx b/source/features/highlight-collaborators-and-own-discussions.tsx index 2f7bdb54..998480f9 100644 --- a/source/features/highlight-collaborators-and-own-discussions.tsx +++ b/source/features/highlight-collaborators-and-own-discussions.tsx @@ -1,7 +1,7 @@ import './highlight-collaborators-and-own-discussions.css'; import select from 'select-dom'; +import * as pageDetect from 'github-url-detection'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; import {getRepoURL, getUsername} from '../libs/utils'; import fetchDom from '../libs/fetch-dom'; |