diff options
author | 2020-05-08 03:39:07 +0200 | |
---|---|---|
committer | 2020-05-08 03:39:07 +0200 | |
commit | d092435a8016b312b2ed55e78ab57bb3d95be742 (patch) | |
tree | 466af32d42171cb2ed8c7132f0fe54a8170d4c0e /source/features/discussion-links-on-repo-lists.tsx | |
parent | a24d9460d36e5147f5a9f389923f2eb75f34e34f (diff) | |
download | refined-github-d092435a8016b312b2ed55e78ab57bb3d95be742.tar.gz refined-github-d092435a8016b312b2ed55e78ab57bb3d95be742.tar.zst refined-github-d092435a8016b312b2ed55e78ab57bb3d95be742.zip |
Lint (#3072)
Co-Authored-By: yakov116 <yakov116@users.noreply.github.com>
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'; |