summaryrefslogtreecommitdiff
path: root/source/features/show-whitespace.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/show-whitespace.tsx')
-rw-r--r--source/features/show-whitespace.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/show-whitespace.tsx b/source/features/show-whitespace.tsx
index 18b9aa80..56ca145b 100644
--- a/source/features/show-whitespace.tsx
+++ b/source/features/show-whitespace.tsx
@@ -1,8 +1,8 @@
import './show-whitespace.css';
import React from 'dom-chef';
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 getTextNodes from '../libs/get-text-nodes';
import onPrFileLoad from '../libs/on-pr-file-load';
import onNewComments from '../libs/on-new-comments';