mirror of
https://github.com/michivonah/nextjs.git
synced 2025-12-22 22:16:28 +01:00
add form validation
This commit is contained in:
parent
7d2dea886c
commit
eb75a90936
4 changed files with 93 additions and 14 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue