From bc51f1b761763ca585f225190e7d859e0cd03209 Mon Sep 17 00:00:00 2001 From: Baoyuan Date: Fri, 16 Jul 2021 23:02:03 +0800 Subject: [Issue #49] feat: add i18n (#58) * feat: add i18n * fix: code clean --- src/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/index.js') 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 @@ import React from 'react'; import ReactDOM from 'react-dom'; import App from './App'; +import './i18n'; ReactDOM.render( -- cgit v1.2.3