From c532a5d54d6ddde86955482fe45a0f5f6f2cef55 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Thu, 7 Mar 2024 23:21:25 +0800 Subject: [PATCH] Remove suspense fallback loading. --- web/src/App.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/web/src/App.js b/web/src/App.js index 7ea391fa..bd90d2c5 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -18,7 +18,7 @@ import {Helmet} from "react-helmet"; import * as Setting from "./Setting"; import {StyleProvider, legacyLogicalPropertiesTransformer} from "@ant-design/cssinjs"; import {GithubOutlined, InfoCircleFilled, ShareAltOutlined} from "@ant-design/icons"; -import {Alert, Button, ConfigProvider, Drawer, FloatButton, Layout, Result, Spin, Tooltip} from "antd"; +import {Alert, Button, ConfigProvider, Drawer, FloatButton, Layout, Result, Tooltip} from "antd"; import {Route, Switch, withRouter} from "react-router-dom"; import CustomGithubCorner from "./common/CustomGithubCorner"; import * as Conf from "./Conf"; @@ -366,10 +366,7 @@ class App extends Component { { - - - }> +