diff options
Diffstat (limited to 'source/features/discussion-links-on-repo-lists.tsx')
-rw-r--r-- | source/features/discussion-links-on-repo-lists.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/discussion-links-on-repo-lists.tsx b/source/features/discussion-links-on-repo-lists.tsx index 7dd47cee..deabb086 100644 --- a/source/features/discussion-links-on-repo-lists.tsx +++ b/source/features/discussion-links-on-repo-lists.tsx @@ -3,6 +3,7 @@ import select from 'select-dom'; import IssueIcon from 'octicon/issue-opened.svg'; import * as pageDetect from 'github-url-detection'; import PullRequestIcon from 'octicon/git-pull-request.svg'; + import features from '../libs/features'; import observeElement from '../libs/simplified-element-observer'; |