cài đặt devtool để debug xài đặt thư viện axios
Showing
... | ... | @@ -13,13 +13,16 @@ |
"@chakra-ui/react": "^2.8.2", | ||
"@emotion/react": "^11.13.3", | ||
"@emotion/styled": "^11.13.0", | ||
"@tanstack/react-query": "^4.36.1", | ||
"@tanstack/react-query-devtools": "^4.36.1", | ||
"axios": "^1.7.5", | ||
"framer-motion": "^11.3.30", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.9.0", | ||
"@types/node": "^22.5.0", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
... | ... |
src/components/ToDoList.tsx
0 → 100644
Please register or sign in to comment