add form validation

This commit is contained in:
Michi 2025-04-21 17:30:19 +02:00
parent 7d2dea886c
commit eb75a90936
4 changed files with 93 additions and 14 deletions

View file

@ -3,7 +3,8 @@
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"start": "next start"
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",