feat: Ajout de React pour le front, début de refonte du front
This commit is contained in:
parent
73774f84ff
commit
666636e5bf
6
assets/react/app/domain/ports/mangaRepository.js
Normal file
6
assets/react/app/domain/ports/mangaRepository.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// Port (interface) for manga data access
|
||||
export class MangaRepository {
|
||||
async getMangaCollection(page = 1) {
|
||||
throw new Error('Not implemented');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user