mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Moved expansions files to better name
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
10
expansions/col.ts
Normal file
10
expansions/col.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import Expansion from "../interfaces/Expansion";
|
||||
|
||||
const set: Expansion = {
|
||||
name: {
|
||||
en: "Call of Legends"
|
||||
},
|
||||
code: "col"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user