aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorBaoyuan <baoyuan.top@gmail.com>2021-07-16 23:02:03 +0800
committerGitHub <noreply@github.com>2021-07-16 08:02:03 -0700
commitbc51f1b761763ca585f225190e7d859e0cd03209 (patch)
treeff95dfbc8db6a9adda815dc8f39ec7588130bfbe /src/index.js
parenta283fe4628aad3750be0cd300983b9a3100fdf05 (diff)
[Issue #49] feat: add i18n (#58)
* feat: add i18n * fix: code clean
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js1
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 @@
1import React from 'react'; 1import React from 'react';
2import ReactDOM from 'react-dom'; 2import ReactDOM from 'react-dom';
3import App from './App'; 3import App from './App';
4import './i18n';
4 5
5ReactDOM.render( 6ReactDOM.render(
6 <React.StrictMode> 7 <React.StrictMode>