diff options
Diffstat (limited to 'source/features/show-names.tsx')
-rw-r--r-- | source/features/show-names.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/show-names.tsx b/source/features/show-names.tsx index 3d92f366..270d9ce6 100644 --- a/source/features/show-names.tsx +++ b/source/features/show-names.tsx @@ -1,9 +1,9 @@ import './show-names.css'; import React from 'dom-chef'; import select from 'select-dom'; +import * as pageDetect from 'github-url-detection'; import * as api from '../libs/api'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; import {getUsername, compareNames} from '../libs/utils'; async function init(): Promise<false | void> { |