diff options
Diffstat (limited to 'source/features/star-repo-hotkey.tsx')
-rw-r--r-- | source/features/star-repo-hotkey.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/star-repo-hotkey.tsx b/source/features/star-repo-hotkey.tsx index 3c07ca63..f4a33b8b 100644 --- a/source/features/star-repo-hotkey.tsx +++ b/source/features/star-repo-hotkey.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 { // There are two buttons: unstar and star |