diff options
Diffstat (limited to 'source/features/shorten-links.tsx')
-rw-r--r-- | source/features/shorten-links.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/shorten-links.tsx b/source/features/shorten-links.tsx index 44a67404..bed088ed 100644 --- a/source/features/shorten-links.tsx +++ b/source/features/shorten-links.tsx @@ -1,6 +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 {linkifiedURLClass} from '../libs/dom-formatters'; |