generated from nhcarrigan/template
b6d66d34cb
I can log in and create a book! Woo!
11 lines
333 B
TypeScript
11 lines
333 B
TypeScript
/**
|
|
* @copyright 2026 NHCarrigan
|
|
* @license Naomi's Public License
|
|
* @author Naomi Carrigan
|
|
*/
|
|
|
|
export { ApiService } from './api.service';
|
|
export { AuthService } from './auth.service';
|
|
export { BooksService } from './books.service';
|
|
export { GamesService } from './games.service';
|
|
export { MusicService } from './music.service'; |