diff options
Diffstat (limited to 'source/features/link-to-file-in-file-history.tsx')
-rw-r--r-- | source/features/link-to-file-in-file-history.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/link-to-file-in-file-history.tsx b/source/features/link-to-file-in-file-history.tsx index 7fba88ec..3e35e5f2 100644 --- a/source/features/link-to-file-in-file-history.tsx +++ b/source/features/link-to-file-in-file-history.tsx @@ -3,8 +3,8 @@ import select from 'select-dom'; import FileIcon from 'octicon/file.svg'; import * as pageDetect from 'github-url-detection'; -import features from '../libs/features'; -import {groupSiblings} from '../libs/group-buttons'; +import features from '.'; +import {groupSiblings} from '../github-helpers/group-buttons'; function init(): void | false { const breadcrumb = select('.breadcrumb'); |