website refactor
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { faker } from '@faker-js/faker';
|
||||
import type { League } from '@core/racing/domain/entities/League';
|
||||
import { LeagueWallet } from '@core/racing/domain/entities/league-wallet/LeagueWallet';
|
||||
import { LeagueWalletId } from '@core/racing/domain/entities/league-wallet/LeagueWalletId';
|
||||
import { Transaction } from '@core/racing/domain/entities/league-wallet/Transaction';
|
||||
import { TransactionId } from '@core/racing/domain/entities/league-wallet/TransactionId';
|
||||
import { Money } from '@core/racing/domain/value-objects/Money';
|
||||
import { faker } from '@faker-js/faker';
|
||||
import { seedId } from './SeedIdHelper';
|
||||
|
||||
type LeagueWalletSeed = {
|
||||
|
||||
Reference in New Issue
Block a user