resolve todos in website
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { ChampionshipType } from '../types/ChampionshipType';
|
||||
import type { SessionType } from '../types/SessionType';
|
||||
import type { ChampionshipType } from "./ChampionshipType";
|
||||
import type { SessionType } from "./SessionType";
|
||||
import type { PointsTable } from '../value-objects/PointsTable';
|
||||
import type { BonusRule } from '../types/BonusRule';
|
||||
import type { DropScorePolicy } from '../types/DropScorePolicy';
|
||||
import type { BonusRule } from "./BonusRule";
|
||||
import type { DropScorePolicy } from "./DropScorePolicy";
|
||||
|
||||
/**
|
||||
* Domain Type: ChampionshipConfig
|
||||
|
||||
Reference in New Issue
Block a user