diff options
Diffstat (limited to 'source/features/indented-code-wrapping.tsx')
-rw-r--r-- | source/features/indented-code-wrapping.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/indented-code-wrapping.tsx b/source/features/indented-code-wrapping.tsx index 4aae2035..f399623e 100644 --- a/source/features/indented-code-wrapping.tsx +++ b/source/features/indented-code-wrapping.tsx @@ -1,7 +1,7 @@ import './indented-code-wrapping.css'; import select from 'select-dom'; +import * as pageDetect from 'github-url-detection'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; import onPrFileLoad from '../libs/on-pr-file-load'; import onNewComments from '../libs/on-new-comments'; |