feat: add ability to like books

This commit is contained in:
2026-02-04 21:14:13 -08:00
parent a9764a4a82
commit 729f410443
19 changed files with 1256 additions and 8 deletions
+2 -1
View File
@@ -11,4 +11,5 @@ export { MusicService } from "./music.service";
export { ShowService } from "./show.service";
export { MangaService } from "./manga.service";
export { AuditService } from "./audit.service";
export { SuggestionService } from "./suggestion.service";
export { SuggestionService } from "./suggestion.service";
export { LikeService } from "./like.service";