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 */} -
+
+
+ ); }; -export default App; \ No newline at end of file +export default App;