Skip to content

Commit

Permalink
fix(types): fix prompts that could not find a declaration file when i…
Browse files Browse the repository at this point in the history
…mport translation file

affects: @varlet/ui
  • Loading branch information
qytayh committed Dec 21, 2021
1 parent e17c6d2 commit 2637884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Pack } from './locale'
import type { Pack } from '../../types/locale'

declare const enUS: Pack

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Pack } from './locale'
import type { Pack } from '../../types/locale'

declare const zhCN: Pack

Expand Down

0 comments on commit 2637884

Please sign in to comment.