website refactor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { League } from '@/racing/domain/entities/League';
|
||||
import { League } from '../../domain/entities/League';
|
||||
import type { Logger } from '@core/shared/domain/Logger';
|
||||
import { Result } from '@core/shared/domain/Result';
|
||||
import type { ApplicationErrorCode } from '@core/shared/errors/ApplicationErrorCode';
|
||||
@@ -13,6 +13,9 @@ import {
|
||||
MIN_RANKED_LEAGUE_DRIVERS,
|
||||
} from '../../domain/value-objects/LeagueVisibility';
|
||||
import { PointsTable } from '../../domain/value-objects/PointsTable';
|
||||
import { LeagueRepository } from '../../domain/repositories/LeagueRepository';
|
||||
import { SeasonRepository } from '../../domain/repositories/SeasonRepository';
|
||||
import { LeagueScoringConfigRepository } from '../../domain/repositories/LeagueScoringConfigRepository';
|
||||
|
||||
export type CreateLeagueWithSeasonAndScoringCommand = {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user