From d051fa7e3998c834ddd30a2dd7932a9447a97b15 Mon Sep 17 00:00:00 2001 From: WangDL Date: Sat, 23 May 2026 20:19:14 +0800 Subject: [PATCH] fix: add MembershipPage import --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 16884e4..78f9e07 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 MembershipPage = lazy(() => import("./pages/Membership")) const FilesAdminPage = lazy(() => import("./pages/FilesAdmin")) const AiGatewayPage = lazy(() => import("./pages/AiGateway")) const CSPage = lazy(() => import("./pages/ContentSafety"))