From 55d6d494d9da963f0e14c3141583f18df64b7589 Mon Sep 17 00:00:00 2001 From: Matiss Jurevics Date: Mon, 29 Dec 2025 18:03:39 +0000 Subject: [PATCH] feat: Add console log to App component for debugging --- src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.jsx b/src/App.jsx index 4010960..4f0b827 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -14,6 +14,7 @@ gsap.registerPlugin(ScrollTrigger); function App() { const lenisRef = useRef() + console.log("App") useEffect(() => { // Lenis setup