1
0
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:
2020-02-12 00:21:41 +01:00
parent 87a25d2319
commit 26a1e74210
7 changed files with 5 additions and 1 deletions

11
expansions/pl.ts Normal file
View File

@ -0,0 +1,11 @@
import Expansion from "../interfaces/Expansion";
const set: Expansion = {
name: {
en: "Platinum",
fr: "Platine"
},
code: "pl"
}
export default set