mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-03 08:59:18 +00:00
Updated DB and made it work with SDK
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const year = "2011"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const year = "2012"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const year = "2011"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const year = "2014"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const year = "2015"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const year = "2016"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const year = "2017"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const year = "2018"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const year = "2019"
|
||||
|
||||
|
Reference in New Issue
Block a user