This commit is contained in:
2025-11-08 15:22:22 +01:00
parent 07e49b327b
commit b7066bb675
5 changed files with 34 additions and 19 deletions

View File

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