Skip to content

Commit

Permalink
Updates displaying battle, store and node (gear-foundation#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Yauheni <[email protected]>
  • Loading branch information
YauheniDraichykau and Yauheni authored Dec 4, 2023
1 parent 81fe1b1 commit 25fe849
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ const Component = () => {
useEffect(() => {
console.log('Node')
console.log(ENV.NODE)
console.log('store')
console.log(ENV.store)
console.log('battle')
console.log(ENV.battle)
}, [])

return (
Expand Down

0 comments on commit 25fe849

Please sign in to comment.