summaryrefslogtreecommitdiff
path: root/source/features/linkify-branch-references.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/linkify-branch-references.tsx')
-rw-r--r--source/features/linkify-branch-references.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/linkify-branch-references.tsx b/source/features/linkify-branch-references.tsx
index 72c41b53..2bbdf1c0 100644
--- a/source/features/linkify-branch-references.tsx
+++ b/source/features/linkify-branch-references.tsx
@@ -1,7 +1,7 @@
import React from 'dom-chef';
import elementReady from 'element-ready';
+import * as pageDetect from 'github-url-detection';
import features from '../libs/features';
-import * as pageDetect from '../libs/page-detect';
import {getRepoURL} from '../libs/utils';
import {wrap} from '../libs/dom-utils';