From e1d8050569ef9e0b0f6ad97d96ff7480d4205e14 Mon Sep 17 00:00:00 2001
From: balogh <90307762+bance23@users.noreply.github.com>
Date: Sat, 17 Jan 2026 11:41:07 +0100
Subject: [PATCH] VPS Upload: motionvps1.zip
---
App.tsx | 113 ++++++++++++++++++++++++++++----------------------------
1 file changed, 57 insertions(+), 56 deletions(-)
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;