Skip to content

Commit

Permalink
fix: case sensitive of import name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Jun 20, 2021
2 parents b2837f2 + 4f21d68 commit d07fa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frameworks/i18next/generator/react-hooks.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Token, GeneratorInput } from '../../../type'
import { Position } from '../../../utils/position'
import { Source } from '../../../utils/source'
import { Source } from '../../../utils/Source'
// @ts-ignore private api
import { isIdentifierText, ScriptTarget } from 'typescript'
import { I18NextResult, I18NextResultExtra } from '../parser/types'
Expand Down

0 comments on commit d07fa3a

Please sign in to comment.