From e7f997d3f641c6bb0c2dc4f82ccf7b0102fcf501 Mon Sep 17 00:00:00 2001 From: caishi Date: Fri, 27 Aug 2021 15:44:26 +0800 Subject: [PATCH] hide --- src/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index b596b4901..9ef308a90 100644 --- a/src/App.js +++ b/src/App.js @@ -79,7 +79,7 @@ const EducoderLogin = Loadable({ loading: Loading, }) const Search = Loadable({ - loader: () => import('./modules/search/'), + loader: () => import('./search/SearchPage'), loading: Loading, }) const WikiPreview = Loadable({ @@ -87,6 +87,7 @@ const WikiPreview = Loadable({ loading: Loading, }) + const ProjectIndex = Loadable({ loader: () => import("./forge/Index"), loading: Loading,