added all pages from project

This commit is contained in:
2025-11-07 12:27:10 +01:00
parent 9625cf7107
commit 4d5f34f39f
12 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-book',
imports: [],
templateUrl: './book.html',
styleUrl: './book.css',
})
export class Book {
}