Skip to content

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonChou committed Mar 7, 2022
1 parent 43d6825 commit be03a7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/backend/helpers/storageHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
setLocalStorage,
setSyncStorage,
} from '../../libs/chromeApi'
import Statistics from '../../libs/Statistics'
import Statistics from '../libs/Statistics'
import { makeDownloadRecordId } from '../utils/maker'

export const fetchFileNameSetting = async (): Promise<FilenameSetting> => {
Expand Down
4 changes: 2 additions & 2 deletions src/backend/libs/MediaTweet.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TWITTER_AUTH_TOKEN } from '../constants'
import { i18nLocalize } from './chromeApi'
import { TWITTER_AUTH_TOKEN } from '../../constants'
import { i18nLocalize } from '../../libs/chromeApi'

type VideoInfo = {
aspect_ratio: number[]
Expand Down

0 comments on commit be03a7b

Please sign in to comment.