removing unecessary lineskip

This commit is contained in:
Antoine M 2025-02-18 09:42:39 +01:00
parent 7c2d8d03c8
commit 3c2cd83f18

View File

@ -30,7 +30,6 @@ function App() {
return (
<>
{/* <button onClick={playAnimation}>qsdqsd</button> */}
<AnimatePresence mode='wait'>
<Routes location={location} key={location.pathname}>
<Route path='/' element={<Welcome />} />