This commit is contained in:
2025-11-10 23:28:05 +01:00
parent c35f79e95e
commit 6ec3fc4cc3
23 changed files with 41 additions and 76 deletions

View File

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