bastienrobert/la-ferme

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

Summary

Maintainability
A
0 mins
Test Coverage
import ROOM from './Room'
import GAME from './Game'
import ROUND from './Round'
import PLAYER from './Player'
import REPORT from './Report'
import REGULARIZATION from './Regularization'
import SKILL from './Skill'
import MINI_GAME from './MiniGame'

export { ROOM, GAME, ROUND, PLAYER, REPORT, REGULARIZATION, SKILL, MINI_GAME }