fix: add AiGatewayPage import
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 11s
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 11s
This commit is contained in:
parent
badf4258b1
commit
38cc2ff74c
@ -14,6 +14,7 @@ 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 AiGatewayPage = lazy(() => import("./pages/AiGateway"))
|
||||
const CSPage = lazy(() => import("./pages/ContentSafety"))
|
||||
const MetricsPage = lazy(() => import("./pages/Metrics"))
|
||||
const EventsPage = lazy(() => import("./pages/Events"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user