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/hide-issue-list-autocomplete.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/hide-issue-list-autocomplete.tsx')
-rw-r--r-- | source/features/hide-issue-list-autocomplete.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/hide-issue-list-autocomplete.tsx b/source/features/hide-issue-list-autocomplete.tsx index 594304c2..3923a614 100644 --- a/source/features/hide-issue-list-autocomplete.tsx +++ b/source/features/hide-issue-list-autocomplete.tsx @@ -1,5 +1,6 @@ import select from 'select-dom'; import * as pageDetect from 'github-url-detection'; + import features from '../libs/features'; function init(): void { |