diff options
-rw-r--r-- | bun.lock | 1 | ||||
-rw-r--r-- | package.json | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,7 @@ "next-themes": "^0.4.6", "react": "19.1.0", "react-dom": "19.1.0", + "react-hook-form": "^7.56.3", "react-server-dom-webpack": "19.1.0", "sonner": "^2.0.3", "tailwind-merge": "^3.2.0", diff --git a/package.json b/package.json index 4d2eb6e..31f7965 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "next-themes": "^0.4.6", "react": "19.1.0", "react-dom": "19.1.0", + "react-hook-form": "^7.56.3", "react-server-dom-webpack": "19.1.0", "sonner": "^2.0.3", "tailwind-merge": "^3.2.0", |