mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
feat(data): add mock tournament dataset and placeholder artwork
This commit is contained in:
parent
5ee42abb48
commit
c7088bc31b
84 changed files with 3102 additions and 0 deletions
74
data/groups.json
Normal file
74
data/groups.json
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"A": [
|
||||
"MEX",
|
||||
"SUI",
|
||||
"KOR",
|
||||
"JAM"
|
||||
],
|
||||
"B": [
|
||||
"CAN",
|
||||
"ESP",
|
||||
"EGY",
|
||||
"NZL"
|
||||
],
|
||||
"C": [
|
||||
"BRA",
|
||||
"ENG",
|
||||
"TUN",
|
||||
"UZB"
|
||||
],
|
||||
"D": [
|
||||
"USA",
|
||||
"NED",
|
||||
"GHA",
|
||||
"PAR"
|
||||
],
|
||||
"E": [
|
||||
"ARG",
|
||||
"AUT",
|
||||
"CMR",
|
||||
"QAT"
|
||||
],
|
||||
"F": [
|
||||
"FRA",
|
||||
"COL",
|
||||
"NGA",
|
||||
"AUS"
|
||||
],
|
||||
"G": [
|
||||
"GER",
|
||||
"URU",
|
||||
"ALG",
|
||||
"JPN"
|
||||
],
|
||||
"H": [
|
||||
"POR",
|
||||
"SRB",
|
||||
"SEN",
|
||||
"CRC"
|
||||
],
|
||||
"I": [
|
||||
"ITA",
|
||||
"ECU",
|
||||
"KSA",
|
||||
"HON"
|
||||
],
|
||||
"J": [
|
||||
"BEL",
|
||||
"POL",
|
||||
"IRN",
|
||||
"PAN"
|
||||
],
|
||||
"K": [
|
||||
"CRO",
|
||||
"TUR",
|
||||
"CIV",
|
||||
"CHI"
|
||||
],
|
||||
"L": [
|
||||
"MAR",
|
||||
"DEN",
|
||||
"SCO",
|
||||
"JOR"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue