summaryrefslogtreecommitdiff
path: root/source/features/warn-pr-from-master.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/warn-pr-from-master.tsx')
-rw-r--r--source/features/warn-pr-from-master.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/warn-pr-from-master.tsx b/source/features/warn-pr-from-master.tsx
index 8a66cb1c..30a615db 100644
--- a/source/features/warn-pr-from-master.tsx
+++ b/source/features/warn-pr-from-master.tsx
@@ -1,7 +1,7 @@
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 getDefaultBranch from '../libs/get-default-branch';
async function init(): Promise<false | void> {