diff options
Diffstat (limited to 'source/features/comments-time-machine-links.tsx')
-rw-r--r-- | source/features/comments-time-machine-links.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/comments-time-machine-links.tsx b/source/features/comments-time-machine-links.tsx index 6e67e19f..0a5a3c7b 100644 --- a/source/features/comments-time-machine-links.tsx +++ b/source/features/comments-time-machine-links.tsx @@ -1,8 +1,8 @@ import React from 'dom-chef'; import select from 'select-dom'; import ClockIcon from 'octicon/clock.svg'; +import * as pageDetect from 'github-url-detection'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; import {getRepoURL} from '../libs/utils'; import {appendBefore} from '../libs/dom-utils'; |