diff options
Diffstat (limited to 'source/features/add-tag-to-commits.tsx')
-rw-r--r-- | source/features/add-tag-to-commits.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/add-tag-to-commits.tsx b/source/features/add-tag-to-commits.tsx index 25ee53af..e55222ea 100644 --- a/source/features/add-tag-to-commits.tsx +++ b/source/features/add-tag-to-commits.tsx @@ -3,6 +3,7 @@ import cache from 'webext-storage-cache'; import select from 'select-dom'; import TagIcon from 'octicon/tag.svg'; import * as pageDetect from 'github-url-detection'; + import features from '../libs/features'; import * as api from '../libs/api'; import {getOwnerAndRepo, getRepoURL, getRepoGQL} from '../libs/utils'; |