diff options
Diffstat (limited to 'source/features/shorten-links.tsx')
-rw-r--r-- | source/features/shorten-links.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/shorten-links.tsx b/source/features/shorten-links.tsx index cf02dfa7..44a67404 100644 --- a/source/features/shorten-links.tsx +++ b/source/features/shorten-links.tsx @@ -1,7 +1,7 @@ import select from 'select-dom'; import {applyToLink} from 'shorten-repo-url'; +import * as pageDetect from 'github-url-detection'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; import {linkifiedURLClass} from '../libs/dom-formatters'; function init(): void { |