export const MODE = { WELCOME: 'WELCOME', BOARD: 'BOARD' }; export const ACTIONS = { NEXT: 'NEXT' };