Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedSibtainRazvi committed Mar 24, 2024
1 parent f317c4e commit bc20f3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ function App() {
if (event.key === "Enter") {
axios.get(url).then((response) => {
setData(response.data);
console.log(response.data);
});
setLocation("");
}
Expand Down

0 comments on commit bc20f3b

Please sign in to comment.