summaryrefslogtreecommitdiff
path: root/source/features/mark-private-orgs.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/mark-private-orgs.tsx')
-rw-r--r--source/features/mark-private-orgs.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/mark-private-orgs.tsx b/source/features/mark-private-orgs.tsx
index 18a91384..37c01c98 100644
--- a/source/features/mark-private-orgs.tsx
+++ b/source/features/mark-private-orgs.tsx
@@ -3,9 +3,9 @@ import React from 'dom-chef';
import cache from 'webext-storage-cache';
import select from 'select-dom';
import EyeClosedIcon from 'octicon/eye-closed.svg';
+import * as pageDetect from 'github-url-detection';
import {getUsername} from '../libs/utils';
import features from '../libs/features';
-import * as pageDetect from '../libs/page-detect';
import * as api from '../libs/api';
const getPublicOrganizationsNames = cache.function(async (username: string): Promise<string[]> => {