summaryrefslogtreecommitdiff
path: root/source/features/conflict-marker.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/conflict-marker.tsx')
-rw-r--r--source/features/conflict-marker.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/conflict-marker.tsx b/source/features/conflict-marker.tsx
index 7372c749..5d17d6ab 100644
--- a/source/features/conflict-marker.tsx
+++ b/source/features/conflict-marker.tsx
@@ -2,9 +2,9 @@ import './conflict-marker.css';
import React from 'dom-chef';
import select from 'select-dom';
import AlertIcon from 'octicon/alert.svg';
+import * as pageDetect from 'github-url-detection';
import * as api from '../libs/api';
import features from '../libs/features';
-import * as pageDetect from '../libs/page-detect';
interface PRConfig {
number: string;