Merge branch 'IT19980096' into 'master'
resume analysis See merge request !2
Showing
... | ... | @@ -11,8 +11,10 @@ |
"@types/react": "^18.0.26", | ||
"@types/react-dom": "^18.0.9", | ||
"axios": "^1.3.4", | ||
"firebase": "^9.17.2", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-modal": "^3.16.1", | ||
"react-redux": "^8.0.5", | ||
"react-router-dom": "^6.4.5", | ||
"react-scripts": "5.0.1", | ||
... | ... | @@ -48,6 +50,7 @@ |
] | ||
}, | ||
"devDependencies": { | ||
"@types/react-modal": "^3.13.1", | ||
"sass": "^1.56.2" | ||
}, | ||
"proxy": "http://localhost:5000" | ||
... | ... |
src/common/actions/common.ts
0 → 100644
src/common/actions/user.ts
0 → 100644
src/common/apis/common.ts
0 → 100644
src/common/apis/user.ts
0 → 100644
src/common/saga/common.ts
0 → 100644
src/common/saga/user.ts
0 → 100644
src/components/Jobs.tsx
0 → 100644
src/components/Profile.tsx
0 → 100644
This diff is collapsed.
Please register or sign in to comment