fix(locales, storybook): use default import (#11259)
This commit is contained in:
parent
b97694b083
commit
cd9affd568
2 changed files with 2 additions and 2 deletions
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
@ -2158,4 +2158,4 @@ export interface Locale {
|
|||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
};
|
||||
export = locales;
|
||||
export default locales;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue