fix: add ConfigPage lazy import
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
This commit is contained in:
parent
a5483cf37f
commit
f2f427bbe8
@ -13,6 +13,7 @@ const Login = lazy(() => import('./pages/Login'))
|
||||
const KnowledgeBasesPage = lazy(() => import('./pages/KnowledgeBases'))
|
||||
const BillingPage = lazy(() => import('./pages/Billing'))
|
||||
const GiteaEmbed = lazy(() => import('./pages/GiteaEmbed'))
|
||||
const ConfigPage = lazy(() => import("./pages/Config"))
|
||||
const EventsPage = lazy(() => import("./pages/Events"))
|
||||
const ServersPage = lazy(() => import("./pages/Servers"))
|
||||
const AuditLogPage = lazy(() => import("./pages/AuditLog"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user