There was an error while loading. Please reload this page.
1 parent 171e298 commit c53e9c6Copy full SHA for c53e9c6
1 file changed
components/formula-list.tsx
@@ -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'
+import enUS from '@univerjs/sheets-formula/locale/en-US'
+import zhCN from '@univerjs/sheets-formula/locale/zh-CN'
3
4
const functionList = {
5
- 'zh-CN': zhCN.formula.functionList,
6
- 'en-US': enUS.formula.functionList,
+ 'zh-CN': zhCN['sheets-formula'].functionList,
+ 'en-US': enUS['sheets-formula'].functionList,
7
}
8
9
interface IProps {
0 commit comments