website refactor
This commit is contained in:
@@ -4,9 +4,9 @@ import {
|
||||
type GetDriversLeaderboardInput,
|
||||
type GetDriversLeaderboardResult
|
||||
} from './GetDriversLeaderboardUseCase';
|
||||
import type { IDriverRepository } from '../../domain/repositories/IDriverRepository';
|
||||
import type { IRankingUseCase } from './IRankingUseCase';
|
||||
import type { IDriverStatsUseCase } from './IDriverStatsUseCase';
|
||||
import type { DriverRepository } from '../../domain/repositories/DriverRepository';
|
||||
import type { RankingUseCase } from './RankingUseCase';
|
||||
import type { DriverStatsUseCase } from './DriverStatsUseCase';
|
||||
import type { Logger } from '@core/shared/application';
|
||||
|
||||
describe('GetDriversLeaderboardUseCase', () => {
|
||||
|
||||
Reference in New Issue
Block a user