From a24d9460d36e5147f5a9f389923f2eb75f34e34f Mon Sep 17 00:00:00 2001 From: Fregante Date: Fri, 8 May 2020 01:42:40 +0200 Subject: Extract page-detect.ts into `github-url-detection` (#3062) --- source/features/discussion-links-on-repo-lists.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features/discussion-links-on-repo-lists.tsx') diff --git a/source/features/discussion-links-on-repo-lists.tsx b/source/features/discussion-links-on-repo-lists.tsx index 57c69659..7dd47cee 100644 --- a/source/features/discussion-links-on-repo-lists.tsx +++ b/source/features/discussion-links-on-repo-lists.tsx @@ -1,9 +1,9 @@ import React from 'dom-chef'; import select from 'select-dom'; import IssueIcon from 'octicon/issue-opened.svg'; +import * as pageDetect from 'github-url-detection'; import PullRequestIcon from 'octicon/git-pull-request.svg'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; import observeElement from '../libs/simplified-element-observer'; function init(): void { -- cgit v1.2.3