diff options
Diffstat (limited to 'source/features/copy-file.tsx')
-rw-r--r-- | source/features/copy-file.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/copy-file.tsx b/source/features/copy-file.tsx index 61f16ef6..e65bc92a 100644 --- a/source/features/copy-file.tsx +++ b/source/features/copy-file.tsx @@ -1,9 +1,9 @@ import React from 'dom-chef'; import select from 'select-dom'; import delegate from 'delegate-it'; +import * as pageDetect from 'github-url-detection'; import copyToClipboard from 'copy-text-to-clipboard'; import features from '../libs/features'; -import * as pageDetect from '../libs/page-detect'; function handleClick({delegateTarget: button}: delegate.Event<MouseEvent, HTMLButtonElement>): void { const file = button.closest('.Box, .js-gist-file-update-container')!; |