removed test comments and testing upload

This commit is contained in:
bance23
2026-02-05 09:12:12 +01:00
parent 06daa72ff0
commit 7f18bf287c

View File

@@ -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 <ScrollToTop />;
};