PostENP/Phaha_Package/src/app/book/book-new-arrivals-item/book-new-arrivals-item.component.ts
2026-03-10 15:20:38 +07:00

16 lines
337 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-book-new-arrivals-item',
templateUrl: './book-new-arrivals-item.component.html',
styleUrls: ['./book-new-arrivals-item.component.scss']
})
export class BookNewArrivalsItemComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
}