Save before testing router

This commit is contained in:
Simon Lübeß
2025-06-02 18:22:34 +02:00
parent 883252c049
commit 0ef2c73c71
14 changed files with 1047 additions and 106 deletions

View File

@ -8,6 +8,7 @@
"name": "usentrycoach.client",
"version": "0.0.0",
"dependencies": {
"classnames": "^2.5.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"zod": "^3.25.23"
@ -1781,6 +1782,11 @@
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/classnames": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
"integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow=="
},
"node_modules/color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",