diff --git a/public/react/src/App.js b/public/react/src/App.js index e1611bacd..6abe54d28 100644 --- a/public/react/src/App.js +++ b/public/react/src/App.js @@ -1,7 +1,6 @@ import React, { Component } from 'react'; import './public-path'; import { ConfigProvider } from 'antd' -import zhCN from 'antd/lib/locale-provider/zh_CN'; import { BrowserRouter as Router, Route, @@ -495,8 +494,7 @@ class App extends Component { (props) => { return () - } - /> + }} />