diff options
Diffstat (limited to 'source/features/faster-pr-diff-options.tsx')
-rw-r--r-- | source/features/faster-pr-diff-options.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/faster-pr-diff-options.tsx b/source/features/faster-pr-diff-options.tsx index c26ed653..a3c897af 100644 --- a/source/features/faster-pr-diff-options.tsx +++ b/source/features/faster-pr-diff-options.tsx @@ -3,8 +3,8 @@ import select from 'select-dom'; import DiffIcon from 'octicon/diff.svg'; import BookIcon from 'octicon/book.svg'; import CheckIcon from 'octicon/check.svg'; +import * as pageDetect from 'github-url-detection'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; function createDiffStyleToggle(): DocumentFragment { const parameters = new URLSearchParams(location.search); |