website refactor
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
* Represents the scoring configuration for a league season.
|
||||
*/
|
||||
|
||||
import type { Entity } from '@core/shared/domain';
|
||||
import type { Entity } from '@core/shared/domain/Entity';
|
||||
import { RacingDomainValidationError } from '../errors/RacingDomainError';
|
||||
import type { ChampionshipConfig } from '../types/ChampionshipConfig';
|
||||
import { SeasonId } from './season/SeasonId';
|
||||
import { ScoringPresetId } from './ScoringPresetId';
|
||||
import { LeagueScoringConfigId } from './LeagueScoringConfigId';
|
||||
import { ScoringPresetId } from './ScoringPresetId';
|
||||
import { SeasonId } from './season/SeasonId';
|
||||
|
||||
export interface LeagueScoringConfigProps {
|
||||
id?: string;
|
||||
|
||||
Reference in New Issue
Block a user