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"))