Skip to content

Commit

Permalink
fix:locale import 错误 (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
吴多益 authored Jan 22, 2021
1 parent 5d05967 commit d0cdf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {
register as registerLocale
} from './locale';

import 'locale/zh-CN';
import './locale/zh-CN';

import animation from './utils/Animation';

Expand Down

0 comments on commit d0cdf44

Please sign in to comment.