From 9adc3194ab995cd47a7980d9357faf58b68a32d8 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 13 May 2024 10:27:19 +0200 Subject: [PATCH] cleaning unecessary code --- src/App.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/App.js b/src/App.js index 83da45c..e033a89 100644 --- a/src/App.js +++ b/src/App.js @@ -20,16 +20,6 @@ import React, { useEffect, useRef } from "react"; function App() { const location = useLocation(); - // const playerRef = useRef(Lottie); - - // const playAnimation = () => { - // playerRef.current.goToAndPlay(0); - // }; - - // useEffect(() => { - // playAnimation(); - // }, [location]); - return ( <> {/* */}