diff options
Diffstat (limited to 'source/features/quick-review-buttons.tsx')
-rw-r--r-- | source/features/quick-review-buttons.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/quick-review-buttons.tsx b/source/features/quick-review-buttons.tsx index 92912dc3..033b8fc9 100644 --- a/source/features/quick-review-buttons.tsx +++ b/source/features/quick-review-buttons.tsx @@ -1,8 +1,8 @@ import React from 'dom-chef'; import select from 'select-dom'; import delegate from 'delegate-it'; +import * as pageDetect from 'github-url-detection'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; function init(): false | void { const form = select('[action$="/reviews"]')!; |