mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 03:09:49 +00:00
Moved expansions files to better name
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,7 +5,11 @@ const set: Expansion = {
|
|||||||
en: "Sword & Shield",
|
en: "Sword & Shield",
|
||||||
fr: "Épée & Bouclier",
|
fr: "Épée & Bouclier",
|
||||||
},
|
},
|
||||||
code: "swsh"
|
code: "swsh",
|
||||||
|
sets: [
|
||||||
|
"swshp",
|
||||||
|
"swsh1",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
export default set
|
export default set
|
Reference in New Issue
Block a user