bruh
All checks were successful
Build / Build (push) Successful in 36s

This commit is contained in:
amy 2024-12-10 20:27:05 +03:30
parent d775fbf2e9
commit 6870757f52
No known key found for this signature in database

View file

@ -27,7 +27,6 @@ function App() {
type="text" type="text"
class="border border-gray-300 rounded p-2" class="border border-gray-300 rounded p-2"
id="ubuntucola" id="ubuntucola"
onInput={(e) => setCount(Number(e.target.value))}
min="2" min="2"
/> />
</div> </div>