Files
library/api/src/app/services/index.ts
T

15 lines
531 B
TypeScript

/**
* @copyright 2026 NHCarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
export { AuthService } from "./auth.service";
export { GameService } from "./game.service";
export { BookService } from "./book.service";
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 { LikeService } from "./like.service";