add assignements
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -3,11 +3,16 @@ | ... | @@ -3,11 +3,16 @@ |
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"@chakra-ui/react": "^2.2.4", | |||
"@emotion/react": "^11.9.3", | |||
"@emotion/styled": "^11.9.3", | |||
"@testing-library/jest-dom": "^5.16.4", | "@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/react": "^13.3.0", | "@testing-library/react": "^13.3.0", | ||
"@testing-library/user-event": "^13.5.0", | "@testing-library/user-event": "^13.5.0", | ||
"framer-motion": "^6.5.1", | |||
"react": "^18.2.0", | "react": "^18.2.0", | ||
"react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
"react-router-dom": "^6.3.0", | |||
"react-scripts": "5.0.1", | "react-scripts": "5.0.1", | ||
"web-vitals": "^2.1.4" | "web-vitals": "^2.1.4" | ||
}, | }, | ||
... | ... |
src/Assignment01/index.js
0 → 100644
src/Assignment02/HOC.js
0 → 100644
src/Assignment02/UserList.js
0 → 100644
src/Assignment02/index.js
0 → 100644
Please register or sign in to comment