Fixed a small stupid mistake
Some checks failed
Build Backend and Frontend / Build & Test .NET Backend (push) Successful in 31s
Build Backend and Frontend / Build Frontend (push) Failing after 11s

This commit is contained in:
Simon Lübeß
2025-05-23 16:18:14 +02:00
parent ae5096bacd
commit 1d68f177de
4 changed files with 12 additions and 27 deletions

View File

@ -11,7 +11,8 @@
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react-dom": "^19.1.0",
"zod": "^3.25.23"
},
"devDependencies": {
"@eslint/js": "^9.25.0",