Skip to content

Commit 598da52

Browse files
committed
fix(configprovider): fix unit test error
1 parent 9e6ec7a commit 598da52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/locale/en-US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Locale } from '../configProvider';
1+
import { Locale } from './useLocale';
22

33
const localeValues: Locale = {
44
locale: 'en-US',

src/locale/zh-CN.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Locale } from '../configProvider';
1+
import { Locale } from './useLocale';
22

33
const localeValues: Locale = {
44
locale: 'zh-CN',

0 commit comments

Comments
 (0)