washes u

fix: submit button

+4 -4
+4 -4
src/App.tsx
··· 4 4 return ( 5 5 <div class="max-w-xl w-full p-5"> 6 6 <h1 class="text-2xl mb-10">Washing Machine</h1> 7 - <div class="flex"> 7 + <form class="flex"> 8 8 <input class="bg-slate-300 p-2 w-full" type="search" /> 9 - <buttom class="bg-slate-800 text-neutral-200 p-2" type="submit"> 9 + <button class="bg-slate-800 text-neutral-200 p-2" type="submit"> 10 10 wash 11 - </buttom> 12 - </div> 11 + </button> 12 + </form> 13 13 </div> 14 14 ); 15 15 };