summaryrefslogtreecommitdiff
path: root/source/features/pr-branches.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/pr-branches.tsx')
-rw-r--r--source/features/pr-branches.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/pr-branches.tsx b/source/features/pr-branches.tsx
index 396d1026..462fe653 100644
--- a/source/features/pr-branches.tsx
+++ b/source/features/pr-branches.tsx
@@ -1,8 +1,8 @@
import React from 'dom-chef';
import select from 'select-dom';
+import * as pageDetect from 'github-url-detection';
import PullRequestIcon from 'octicon/git-pull-request.svg';
import features from '../libs/features';
-import * as pageDetect from '../libs/page-detect';
import * as api from '../libs/api';
import getDefaultBranch from '../libs/get-default-branch';
import {getOwnerAndRepo, getRepoGQL} from '../libs/utils';