mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
8
expansions/xy.ts
Normal file
8
expansions/xy.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import Expansion from "../interfaces/Expansion";
|
||||
|
||||
const set: Expansion = {
|
||||
name: "XY",
|
||||
code: "xy"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user