diff options
Diffstat (limited to 'source/features/user-profile-follower-badge.tsx')
-rw-r--r-- | source/features/user-profile-follower-badge.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/user-profile-follower-badge.tsx b/source/features/user-profile-follower-badge.tsx index 06a23d34..89e913f4 100644 --- a/source/features/user-profile-follower-badge.tsx +++ b/source/features/user-profile-follower-badge.tsx @@ -2,9 +2,9 @@ import './user-profile-follower-badge.css'; import React from 'dom-chef'; import cache from 'webext-storage-cache'; 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, getCleanPathname} from '../libs/utils'; const doesUserFollow = cache.function(async (userA: string, userB: string): Promise<boolean> => { |