diff options
Diffstat (limited to 'source/features/pr-branches.tsx')
-rw-r--r-- | source/features/pr-branches.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/features/pr-branches.tsx b/source/features/pr-branches.tsx index 462fe653..3b59733e 100644 --- a/source/features/pr-branches.tsx +++ b/source/features/pr-branches.tsx @@ -2,8 +2,9 @@ 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 api from '../libs/api'; +import features from '../libs/features'; import getDefaultBranch from '../libs/get-default-branch'; import {getOwnerAndRepo, getRepoGQL} from '../libs/utils'; |