diff options
Diffstat (limited to 'source/features/hide-own-stars.tsx')
-rw-r--r-- | source/features/hide-own-stars.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/hide-own-stars.tsx b/source/features/hide-own-stars.tsx index b0d595b4..f3b5a7bb 100644 --- a/source/features/hide-own-stars.tsx +++ b/source/features/hide-own-stars.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'; import {getUsername} from '../libs/utils'; async function init(): Promise<void> { |