diff options
Diffstat (limited to 'source/features/create-release-shortcut.tsx')
-rw-r--r-- | source/features/create-release-shortcut.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/create-release-shortcut.tsx b/source/features/create-release-shortcut.tsx index dd7512e1..f49babf1 100644 --- a/source/features/create-release-shortcut.tsx +++ b/source/features/create-release-shortcut.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'; function init(): void { const createReleaseButton = select('a[href$="/releases/new"]:not([data-hotkey])'); |