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/linkify-commit-sha.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features/linkify-commit-sha.tsx') diff --git a/source/features/linkify-commit-sha.tsx b/source/features/linkify-commit-sha.tsx index 99928822..f4d73cd7 100644 --- a/source/features/linkify-commit-sha.tsx +++ b/source/features/linkify-commit-sha.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'; function init(): void { const element = select('.sha.user-select-contain'); -- cgit v1.2.3