From 0e94996cfa3b6124b92ea061e06e8422b6e8aad0 Mon Sep 17 00:00:00 2001 From: Nathan Windisch Date: Thu, 13 Mar 2025 03:53:38 +0000 Subject: [PATCH] modified order of components, putting the alert box on top of the input --- src/App.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 91f558b..f347dcd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -80,13 +80,6 @@ function App() { - - - {!isLoading && error && ( Error! @@ -107,6 +100,13 @@ function App() { )} + + +