Skip to content

Commit

Permalink
added console.log for checking
Browse files Browse the repository at this point in the history
  • Loading branch information
kakarot2905 committed Aug 3, 2024
1 parent 0ceebc8 commit 868f632
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ document.addEventListener('DOMContentLoaded', () => {
updateMap();
setInterval(updateMap, 5000);
});

console.log("app is running")

0 comments on commit 868f632

Please sign in to comment.