diff options
Diffstat (limited to 'source/features/mark-merge-commits-in-list.tsx')
-rw-r--r-- | source/features/mark-merge-commits-in-list.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/mark-merge-commits-in-list.tsx b/source/features/mark-merge-commits-in-list.tsx index 4c53a4b9..896b3510 100644 --- a/source/features/mark-merge-commits-in-list.tsx +++ b/source/features/mark-merge-commits-in-list.tsx @@ -1,10 +1,10 @@ import './mark-merge-commits-in-list.css'; 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 * as api from '../libs/api'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; import {getRepoGQL} from '../libs/utils'; const filterMergeCommits = async (commits: string[]): Promise<string[]> => { |