Skip to content

Commit

Permalink
finish popups without form
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolaus-B committed Mar 22, 2024
1 parent a16d359 commit 46ace1c
Show file tree
Hide file tree
Showing 16 changed files with 449 additions and 129 deletions.
120 changes: 112 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@
"dependencies": {
"@reduxjs/toolkit": "^2.2.2",
"axios": "^1.6.8",
"formik": "^2.4.5",
"modern-normalize": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"styled-components": "^6.1.8",
"uid": "^2.0.2"
"uid": "^2.0.2",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
Expand Down
Loading

0 comments on commit 46ace1c

Please sign in to comment.