removing unecessary lineskip
This commit is contained in:
parent
7c2d8d03c8
commit
3c2cd83f18
|
|
@ -30,7 +30,6 @@ function App() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* <button onClick={playAnimation}>qsdqsd</button> */}
|
{/* <button onClick={playAnimation}>qsdqsd</button> */}
|
||||||
|
|
||||||
<AnimatePresence mode='wait'>
|
<AnimatePresence mode='wait'>
|
||||||
<Routes location={location} key={location.pathname}>
|
<Routes location={location} key={location.pathname}>
|
||||||
<Route path='/' element={<Welcome />} />
|
<Route path='/' element={<Welcome />} />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user