Урок 94
Showing
... | ... | @@ -20,7 +20,8 @@ |
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-redux": "^8.1.1", | ||
"react-router-dom": "^6.14.2" | ||
"react-router-dom": "^6.14.2", | ||
"redux-persist": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.2.15", | ||
... | ... |
src/features/usersSlice.ts
0 → 100644
src/interfaces/ICategory.ts
0 → 100644
src/interfaces/IUser.ts
0 → 100644
src/store/rootReducer.ts
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment