Skip to content

Commit c53e9c6

Browse files
committed
chore: update sdk to 0.25.0
1 parent 171e298 commit c53e9c6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

components/formula-list.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import enUS from '@univerjs/sheets-formula-ui/locale/en-US'
2-
import zhCN from '@univerjs/sheets-formula-ui/locale/zh-CN'
1+
import enUS from '@univerjs/sheets-formula/locale/en-US'
2+
import zhCN from '@univerjs/sheets-formula/locale/zh-CN'
33

44
const functionList = {
5-
'zh-CN': zhCN.formula.functionList,
6-
'en-US': enUS.formula.functionList,
5+
'zh-CN': zhCN['sheets-formula'].functionList,
6+
'en-US': enUS['sheets-formula'].functionList,
77
}
88

99
interface IProps {

0 commit comments

Comments
 (0)