forked from Gitlink/forgeplus-react
hide
This commit is contained in:
parent
a968287331
commit
e7f997d3f6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue