-
- Downloads
Card Component
Showing
- package-lock.json 15 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/components/Card/Card.module.scss 18 additions, 0 deletionssrc/components/Card/Card.module.scss
- src/components/Card/index.jsx 19 additions, 0 deletionssrc/components/Card/index.jsx
- src/containers/Login/index.jsx 12 additions, 2 deletionssrc/containers/Login/index.jsx
... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
"node-sass": "^7.0.1", | "node-sass": "^7.0.1", | ||
"react": "^17.0.2", | "react": "^17.0.2", | ||
"react-dom": "^17.0.2", | "react-dom": "^17.0.2", | ||
"react-icons": "^4.3.1", | |||
"react-router-dom": "^6.2.1", | "react-router-dom": "^6.2.1", | ||
"react-scripts": "5.0.0", | "react-scripts": "5.0.0", | ||
"web-vitals": "^2.1.2" | "web-vitals": "^2.1.2" | ||
... | ... |
src/components/Card/Card.module.scss
0 → 100644
src/components/Card/index.jsx
0 → 100644
Please register or sign in to comment