diff options
Diffstat (limited to 'source/features/clone-branch.tsx')
-rw-r--r-- | source/features/clone-branch.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/clone-branch.tsx b/source/features/clone-branch.tsx index 3416afba..52d92335 100644 --- a/source/features/clone-branch.tsx +++ b/source/features/clone-branch.tsx @@ -3,9 +3,9 @@ import select from 'select-dom'; import gitBranch from 'octicon/git-branch.svg'; import delegate from 'delegate-it'; import * as textFieldEdit from 'text-field-edit'; +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'; import LoadingIcon from '../libs/icon-loading'; import {getRepoURL, getRepoGQL} from '../libs/utils'; import observeElement from '../libs/simplified-element-observer'; |