Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Loo authored and Loo committed Oct 14, 2023
1 parent 91ffef1 commit 8e43856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ package-lock.json
# zip file
*.zip

# LICENSE
*.LICENSE.txt
2 changes: 1 addition & 1 deletion app/scripts/content/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import $ from 'jquery'
import _ from 'lodash'
// @ts-ignore
import Cookies from 'js-cookie'
import { fetchToBlockUser, fetchToGetLikeUsers } from '../utils/fetchs'
import { fetchToBlockUser, fetchToGetLikeUsers } from '../utils/fetches'
import { weiboExtendClassNames } from '../utils/constants'

function injectCustomScript() {
Expand Down

0 comments on commit 8e43856

Please sign in to comment.