Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jin-co committed Sep 6, 2023
1 parent 275bab1 commit 8a62e67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions React/test-housing/src/pages/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export const Profile = () => {
const { name, email } = formData

useEffect(() => {
const fetchUserListings = async() => {

}
fetchListings()
}, [])

Expand Down

0 comments on commit 8a62e67

Please sign in to comment.