feat: Ajout de React pour le front, début de refonte du front
This commit is contained in:
parent
73774f84ff
commit
666636e5bf
@@ -0,0 +1,9 @@
|
||||
export class GetMangaCollection {
|
||||
constructor(mangaRepository) {
|
||||
this.mangaRepository = mangaRepository;
|
||||
}
|
||||
|
||||
async execute(page = 1) {
|
||||
return await this.mangaRepository.getMangaCollection(page);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user