7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
export const emojiMap = {
|
|
'dodge_city': '🐄',
|
|
'gold_rush': '🤑',
|
|
'high_noon': '🔥',
|
|
'fistful_of_cards': '🎴',
|
|
'the_valley_of_shadows': '👻',
|
|
} |