diff options
Diffstat (limited to 'source/features/swap-branches-on-compare.tsx')
-rw-r--r-- | source/features/swap-branches-on-compare.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/swap-branches-on-compare.tsx b/source/features/swap-branches-on-compare.tsx index f9e16c70..c6851ce1 100644 --- a/source/features/swap-branches-on-compare.tsx +++ b/source/features/swap-branches-on-compare.tsx @@ -1,8 +1,8 @@ import React from 'dom-chef'; import select from 'select-dom'; +import * as pageDetect from 'github-url-detection'; import {wrap} from '../libs/dom-utils'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; import {getRepoPath, getRepoURL} from '../libs/utils'; function init(): void { |