Skip to content

Commit

Permalink
Update App.js for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
paritshivani authored Sep 25, 2024
1 parent 45b34e6 commit 2ec0394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nulp_elite/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function App() {
console.error("Error fetching user data:", error);
}
};

console.log("dev here")
fetchData();
UserData();
}, []);
Expand Down

0 comments on commit 2ec0394

Please sign in to comment.