refactor
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
* Aggregate root for managing league finances and transactions.
|
||||
*/
|
||||
|
||||
import { RacingDomainValidationError, RacingDomainInvariantError } from '../errors/RacingDomainError';
|
||||
import { RacingDomainValidationError, RacingDomainInvariantError } from '../../errors/RacingDomainError';
|
||||
import type { IEntity } from '@core/shared/domain';
|
||||
|
||||
import type { Money } from '../value-objects/Money';
|
||||
import type { Money } from '../../value-objects/Money';
|
||||
import { LeagueWalletId } from './LeagueWalletId';
|
||||
import { LeagueId } from './LeagueId';
|
||||
import { LeagueId } from '../LeagueId';
|
||||
import { TransactionId } from './TransactionId';
|
||||
|
||||
export interface LeagueWalletProps {
|
||||
|
||||
Reference in New Issue
Block a user