From 7f18bf287c75f439ab1453f53fc6020ceab28d07 Mon Sep 17 00:00:00 2001 From: bance23 Date: Thu, 5 Feb 2026 09:12:12 +0100 Subject: [PATCH] removed test comments and testing upload --- App.tsx | 4 ---- 1 file changed, 4 deletions(-) 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 ; };