fix issues in core
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Presenter } from '@core/shared/presentation/Presenter';
|
||||
import type { Presenter } from '../../../shared/presentation/Presenter';
|
||||
import { GetPrizesResultDTO } from '../dtos/GetPrizesDTO';
|
||||
|
||||
export interface IGetPrizesPresenter extends Presenter<GetPrizesResultDTO, GetPrizesResultDTO> {}
|
||||
|
||||
Reference in New Issue
Block a user