diff options
Diffstat (limited to 'source/features/sync-pr-commit-title.tsx')
-rw-r--r-- | source/features/sync-pr-commit-title.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/sync-pr-commit-title.tsx b/source/features/sync-pr-commit-title.tsx index 55207fb0..e2341122 100644 --- a/source/features/sync-pr-commit-title.tsx +++ b/source/features/sync-pr-commit-title.tsx @@ -2,8 +2,8 @@ import React from 'dom-chef'; import select from 'select-dom'; import delegate from 'delegate-it'; import * as textFieldEdit from 'text-field-edit'; +import * as pageDetect from 'github-url-detection'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; import {logError} from '../libs/utils'; import onPrMergePanelOpen from '../libs/on-pr-merge-panel-open'; |