1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-06 13:29:55 +00:00

Forogt to remove the import

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2021-11-04 13:52:29 +01:00
parent 02de2d5006
commit 8c9657f8f2
Signed by: Florian Bouillon
GPG Key ID: BEEAF3722D0EBF64

View File

@ -1,4 +1,4 @@
import { objectKeys, objectSize } from '@dzeio/object-util'
import { objectKeys } from '@dzeio/object-util'
import { Card as SDKCard } from '@tcgdex/sdk'
import Card from '../Components/Card'
import Serie from '../Components/Serie'