mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Moved expansions files to better name
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
15
expansions/swsh.ts
Normal file
15
expansions/swsh.ts
Normal file
@ -0,0 +1,15 @@
|
||||
import Expansion from "../interfaces/Expansion";
|
||||
|
||||
const set: Expansion = {
|
||||
name: {
|
||||
en: "Sword & Shield",
|
||||
fr: "Épée & Bouclier",
|
||||
},
|
||||
code: "swsh",
|
||||
sets: [
|
||||
"swshp",
|
||||
"swsh1",
|
||||
]
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user