diff options
Diffstat (limited to 'source/features/hide-inactive-deployments.tsx')
-rw-r--r-- | source/features/hide-inactive-deployments.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/hide-inactive-deployments.tsx b/source/features/hide-inactive-deployments.tsx index a6612176..17eb6879 100644 --- a/source/features/hide-inactive-deployments.tsx +++ b/source/features/hide-inactive-deployments.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 onNewComments from '../libs/on-new-comments'; function init(): void { |