diff --git a/App.tsx b/App.tsx
index fd16ab8..5a58796 100644
--- a/App.tsx
+++ b/App.tsx
@@ -29,68 +29,69 @@ import { BlueWave } from './pages/demos/BlueWave';
import { Steelguard } from './pages/demos/Steelguard';
// Helper component to scroll to top on route change
+// TEST COMMENT TO TEST VPS UPLOAD 1
const ScrollToTopHelper = () => {
- return ;
+ return ;
};
const App: React.FC = () => {
- return (
-
-
-
-
-
-
-
-
-
- {/* Main Application Routes */}
- >} />
- >} />
- >} />
- >} />
- >} />
-
- {/* Info Pages */}
- >} />
- >} />
- >} />
+ return (
+
+
+
+
+
+
+
- {/* Auth Routes */}
-
>} />
- >} />
- >} />
- >} />
-
- {/* Protected Routes */}
-
- <>>
-
- }
- />
+
+ {/* Main Application Routes */}
+ >} />
+ >} />
+ >} />
+ >} />
+ >} />
-
- <>>
-
- }
- />
+ {/* Info Pages */}
+ >} />
+ >} />
+ >} />
- {/* Demo Routes - These have their own custom layouts/navbars */}
- } />
- } />
- } />
-
-
-
-
-
- );
+ {/* Auth Routes */}
+ >} />
+ >} />
+ >} />
+ >} />
+
+ {/* Protected Routes */}
+
+ <>>
+
+ }
+ />
+
+
+ <>>
+
+ }
+ />
+
+ {/* Demo Routes - These have their own custom layouts/navbars */}
+ } />
+ } />
+ } />
+
+
+
+
+
+ );
};
-export default App;
\ No newline at end of file
+export default App;