added all pages from project
This commit is contained in:
11
src/app/pages/author/author.ts
Normal file
11
src/app/pages/author/author.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-author',
|
||||
imports: [],
|
||||
templateUrl: './author.html',
|
||||
styleUrl: './author.css',
|
||||
})
|
||||
export class Author {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user