diff --git a/App.tsx b/App.tsx index 61b802d..013c25e 100644 --- a/App.tsx +++ b/App.tsx @@ -28,10 +28,6 @@ import { SweetCraving } from './pages/demos/SweetCraving'; 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 -// TEST COMMENT TO TEST VPS UPLOAD 2 -// TEST COMMENT TO TEST VPS UPLOAD 3 const ScrollToTopHelper = () => { return ; };