summaryrefslogtreecommitdiff
path: root/source/features/quick-mention.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/quick-mention.tsx')
-rw-r--r--source/features/quick-mention.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/quick-mention.tsx b/source/features/quick-mention.tsx
index 9484e773..0d1c2340 100644
--- a/source/features/quick-mention.tsx
+++ b/source/features/quick-mention.tsx
@@ -3,9 +3,9 @@ import React from 'dom-chef';
import select from 'select-dom';
import delegate from 'delegate-it';
import ReplyIcon from 'octicon/reply.svg';
+import * as pageDetect from 'github-url-detection';
import * as textFieldEdit from 'text-field-edit';
import features from '../libs/features';
-import * as pageDetect from '../libs/page-detect';
import {getUsername} from '../libs/utils';
import onNewComments from '../libs/on-new-comments';