export const HTMLFragments = { LOBBY: `
clock
person
`, ENTER_NAME_STEP: `
`, START_GAME_PROMPT: `

All players must join to start.

`, GAME_CONTROL_PROMPT: `
`, PLAYER_GAME_VIEW: `

role

Double-click here to show your role

(Double-click here again to hide)

`, SPECTATOR_GAME_VIEW: `
`, TRANSFER_MOD_MODAL: ` `, MODERATOR_GAME_VIEW: `
`, TEMP_MOD_GAME_VIEW: `

role

Double-click here to show your role

(Double-click here again to hide)

`, MODERATOR_PLAYER: `
`, GAME_PLAYER: `
`, INITIAL_GAME_DOM: `
`, // via https://loading.io/css/ SPINNER: `
`, NAME_CHANGE_MODAL: ` `, ROLE_INFO_MODAL: ` `, END_OF_GAME_VIEW: `

🏁 The moderator has ended the game. Roles are revealed.

`, CREATE_GAME_DECK: `
`, DECK_TEMPLATE: `
`, CREATE_GAME_CUSTOM_ROLES: `
Export Roles
Import Roles
`, CREATE_GAME_DECK_STATUS: `
0 Players
`, DECK_SELECT_ROLE: `
add one info edit remove
`, DECK_SELECT_ROLE_DEFAULT: `
add one info
`, DECK_SELECT_ROLE_ADDED_TO_DECK: `
remove one info
` };