diff --git a/src/App.tsx b/src/App.tsx index 7a4d571..883c65a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -65,7 +65,6 @@ function App() { const [isLoading, setIsLoading] = createSignal(true); const [oomfies, setoomfies] = createSignal(<>oomfies>) const [isAnimating, setIsAnimating] = createSignal(false); - const [animatedwoem, setanimatedwoem] = createSignal(false); onMount(async () => { try { const response = await fetch("https://imtoolazytomakeaproperapi.exhq.dev/"); @@ -110,7 +109,7 @@ function App() {