diff options
Diffstat (limited to 'source/features/release-download-count.tsx')
-rw-r--r-- | source/features/release-download-count.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/release-download-count.tsx b/source/features/release-download-count.tsx index a39c59b8..a2d454ff 100644 --- a/source/features/release-download-count.tsx +++ b/source/features/release-download-count.tsx @@ -1,9 +1,9 @@ import './release-download-count.css'; import React from 'dom-chef'; import select from 'select-dom'; +import * as pageDetect from 'github-url-detection'; import CloudDownloadIcon from 'octicon/cloud-download.svg'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; import * as api from '../libs/api'; import {getRepoGQL} from '../libs/utils'; |