mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-07 05:49:53 +00:00
Make Each Promos Series Names unique to be clearly identifiable (#15)
* Changed folder and the automatics imports changes Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net> * Fixed SM promos missing the correct set Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
f73c11d5ef
commit
f4af0d04be
@ -4,8 +4,8 @@ import serie from '../Black & White'
|
||||
const bwp: Set = {
|
||||
id: "bwp",
|
||||
name: {
|
||||
en: "Promo",
|
||||
fr: "Cartes Promo"
|
||||
en: "BW Black Star Promos",
|
||||
fr: "Promo BW"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
@ -24,4 +24,4 @@ const bwp: Set = {
|
||||
},
|
||||
}
|
||||
|
||||
export default bwp
|
||||
export default bwp
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
@ -1,5 +1,5 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Promo'
|
||||
import Set from '../BW Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user