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