website refactor
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
||||
type GetTotalRacesResult,
|
||||
type GetTotalRacesErrorCode,
|
||||
} from './GetTotalRacesUseCase';
|
||||
import type { IRaceRepository } from '../../domain/repositories/IRaceRepository';
|
||||
import type { RaceRepository } from '../../domain/repositories/RaceRepository';
|
||||
import type { ApplicationErrorCode } from '@core/shared/errors/ApplicationErrorCode';
|
||||
|
||||
describe('GetTotalRacesUseCase', () => {
|
||||
|
||||
Reference in New Issue
Block a user