1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00
Florian Bouillon 46220745ce
Pop serie do not report any sets (#27)
* rename to another name
* renamed
* Renamed references
2021-06-02 12:13:12 +02:00

13 lines
133 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "pop",
name: {
en: "POP",
fr: "POP"
},
}
export default set