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-author',
imports: [],
templateUrl: './author.html',
styleUrl: './author.css',
})
export class Author {
}