diff options
Diffstat (limited to 'extension/react-app/package.json')
-rw-r--r-- | extension/react-app/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/react-app/package.json b/extension/react-app/package.json index 23cdf9bb..b9f70645 100644 --- a/extension/react-app/package.json +++ b/extension/react-app/package.json @@ -17,6 +17,7 @@ "prismjs": "^1.29.0", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-hook-form": "^7.45.4", "react-redux": "^8.0.5", "react-router-dom": "^6.14.2", "react-switch": "^7.0.0", @@ -38,4 +39,4 @@ "typescript": "^4.9.3", "vite": "^4.1.0" } -}
\ No newline at end of file +} |