Skip to content

Commit

Permalink
refactor (frameworks/react): adjusting folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Aug 29, 2024
1 parent d9348dc commit 445cc78
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion full-stack/5-react-fastapi/src/Users.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function Users() {
const fetchUsers = async () => {
const response = await fetch("http://localhost:8000/users")
const responseUsers = await response.json()
console.log(responseUsers)
setUsers(responseUsers)
}

Expand Down

0 comments on commit 445cc78

Please sign in to comment.