From 2e06db4d02e701adb502e21353d0ebdc3421fa37 Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 24 Mar 2020 14:45:30 +0800 Subject: [PATCH] fix --- public/react/src/App.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 () - } - /> + }} />