bastienrobert/la-ferme

View on GitHub
packages/shared/constants/Game.ts

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  START: 'GAME_START',
  STOP: 'GAME_STOP'
}