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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/link-to-file-in-file-history.tsx b/source/features/link-to-file-in-file-history.tsx index f7fe9120..7fba88ec 100644 --- a/source/features/link-to-file-in-file-history.tsx +++ b/source/features/link-to-file-in-file-history.tsx @@ -2,6 +2,7 @@ import React from 'dom-chef'; 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'; |