From 7733f93e57ad795a2c1042c4e1a61db2efe2a30f Mon Sep 17 00:00:00 2001
From: alorig <220087330+alorig@users.noreply.github.com>
Date: Fri, 28 Nov 2025 06:41:24 +0500
Subject: [PATCH] Revert "Update App.tsx"
This reverts commit 04ee3e2e98731a7897691bd5da8140d1d0803fd9.
---
frontend/src/App.tsx | 6 ------
1 file changed, 6 deletions(-)
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 82a4b211..adb98d3e 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -16,7 +16,6 @@ import NotFound from "./pages/OtherPage/NotFound";
// Lazy load all other pages - only loads when navigated to
const Home = lazy(() => import("./pages/Dashboard/Home"));
-const AIControlHub = lazy(() => import("./pages/AIControlHub"));
// Planner Module - Lazy loaded
const PlannerDashboard = lazy(() => import("./pages/Planner/Dashboard"));
@@ -178,11 +177,6 @@ export default function App() {
} />
-
-
-
- } />
{/* Planner Module - Redirect dashboard to keywords */}
} />