diff options
| author | Baoyuan <baoyuan.top@gmail.com> | 2021-07-16 23:02:03 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 08:02:03 -0700 |
| commit | bc51f1b761763ca585f225190e7d859e0cd03209 (patch) | |
| tree | ff95dfbc8db6a9adda815dc8f39ec7588130bfbe /src/index.js | |
| parent | a283fe4628aad3750be0cd300983b9a3100fdf05 (diff) | |
[Issue #49] feat: add i18n (#58)
* feat: add i18n
* fix: code clean
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js index c1f31c5..30091ec 100644 --- a/src/index.js +++ b/src/index.js | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | import React from 'react'; | 1 | import React from 'react'; |
| 2 | import ReactDOM from 'react-dom'; | 2 | import ReactDOM from 'react-dom'; |
| 3 | import App from './App'; | 3 | import App from './App'; |
| 4 | import './i18n'; | ||
| 4 | 5 | ||
| 5 | ReactDOM.render( | 6 | ReactDOM.render( |
| 6 | <React.StrictMode> | 7 | <React.StrictMode> |
