From 38cc2ff74cc43a58086bb092cbfb434c77fd5680 Mon Sep 17 00:00:00 2001 From: WangDL Date: Sat, 23 May 2026 09:40:05 +0800 Subject: [PATCH] fix: add AiGatewayPage import --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 0d7c235..24d07b1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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"))